ドキュメント変換の進行状況を追跡
Contents
[
Hide
]
可能な使用シナリオ
大きなExcelファイルを変換する際、時間がかかることがあります。この時間に、単なる読み込み画面ではなくドキュメント変換の進行状況を表示したい場合があります。Aspose.Cellsでは、IPageSavingCallbackインタフェースを提供することで、カスタムクラスで実装できるIPageSavingCallbackインタフェースが提供されます。TestPageSavingCallbackカスタムクラスで示されているように、レンダリングされるページを制御することもできます。
文書変換の進行状況を追跡する
次のコードサンプルは、ソースExcelファイルをロードし、TestPageSavingCallbackカスタムクラスを使用してコンソールに変換進行状況を表示します。
サンプルコード
TestPageSavingCallbackカスタムクラスのコードは次のとおりです。
コンソール出力
Start saving page index 0 of pages 11</br>
End saving page index 0 of pages 11</br>
Start saving page index 1 of pages 11</br>
End saving page index 1 of pages 11</br>
Start saving page index 2 of pages 11</br>
End saving page index 2 of pages 11</br>
Start saving page index 3 of pages 11</br>
End saving page index 3 of pages 11</br>
Start saving page index 4 of pages 11</br>
End saving page index 4 of pages 11</br>
Start saving page index 5 of pages 11</br>
End saving page index 5 of pages 11</br>
Start saving page index 6 of pages 11</br>
End saving page index 6 of pages 11</br>
Start saving page index 7 of pages 11</br>
End saving page index 7 of pages 11</br>
Start saving page index 8 of pages 11</br>
End saving page index 8 of pages 11