OutSystems Forge 日本語データベース

FastExcelWriter

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2018-01-12 1.0.0 Pramod Jain All .NET Libraries
この拡張の目的は、コード化された構造を指定せずに大規模なExcelファイルを書き込むことです。 あなたは単にクエリを渡す必要があり、メソッドはダウンロードウィジェットで使用できるバイナリデータを返します。また、ユーザーは1枚のシートに書き込むレコードの数を指定できます。 私は100Kのレコードでそれを試して、各行が24の列を持つとうまく動作します。 これは最初のバージョンです。私は拡張のために次のバージョンで作業しています。
この拡張の目的は、コード化された構造を指定せずに大規模なExcelファイルを書き込むことです。 あなたは単にクエリを渡す必要があり、メソッドはダウンロードウィジェットで使用できるバイナリデータを返します。また、ユーザーは1枚のシートに書き込むレコードの数を指定できます。 私は100Kのレコードでそれを試して、各行が24の列を持つとうまく動作します。 これは最初のバージョンです。私は拡張のために次のバージョンで作業しています。

[Overview]
The purpose of this extension is to write large excel file without specifying any harcoded structure. You just need to pass the query and the method will return you the binary excel data that can we used in download widget.Also user can specify how many record he want to write in one sheet . I tried it with 100K records and with each row having 24 columns and it works fine. This is the first version , i am working on the next version for the enhancement.
[Detail]
The purpose of this extension is to write large excel file without specifying any harcoded structure. You just need to pass the query and the method will return you the binary excel data that can we used in download widget.Also user can specify how many record he want to write in one sheet . I tried it with 100K records and with each row having 24 columns and it works fine. This is the first version , i am working on the next version for the enhancement.
戻る