問題タブ [aspose-cells]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
2363 参照

aspose-cells - GroupDocs サンプル "Java Viewer - Sample Dropwizard" の実行時に "Failure to find com.aspose:aspose-email:jar:5.3.0.0" が発生する

このサンプル「GroupDocs Java Viewer - Sample Dropwizard」を実行しようとしています。ここからダウンロードしてください。

次の jar ファイルが必要です。

  • aspose-email-5.3.0.0.jar
  • aspose-imaging-2.9.0.jar
  • aspose-words-15.6.0.jar
  • aspose-slides-15.5.1.jar

私はここmaven.aspose.comでそれらを見つけることができません

jdk16 で jar ファイルを見つけましたが、同じエラーが発生します。

プロジェクト groupdocs-viewer-dropwizard で目標を実行できませんでした: プロジェクト com.groupdocs.samples:groupdocs-viewer-dropwizard:jar:2.12.0 の依存関係を解決できませんでした: 次の成果物を解決できませんでした: com.aspose:aspose-電子メール:jar:5.3.0.0、com.aspose:aspose-imaging:jar:2.9.0、com.aspose:aspose-slides:jar:15.5.1、com.aspose:aspose-words:jar:15.6.0: http://repository.springsource.com/maven/bundles/externalでcom.aspose:aspose-email:jar:5.3.0.0 が見つから ない場合、ローカル リポジトリにキャッシュされました。解決は、com の更新間隔まで再試行されません。 .springsource.repository.bundles.external が経過したか更新が強制された -> [ヘルプ 1]

0 投票する
1 に答える
481 参照

aspose-cells - Cell.Formula gives #name error until user selects formula

In my program I create an excel file with a formula containing a reference to a table (listobject). When opening the resulting excel file the formula shows the #NAME? error until the user selects the formula and exits it again.

First I do:

When I open the resulting workbook in excel the formula for A2 is slightly changed in capitalization:

When focusing the formula and exiting again the formula becomes

What's the source of the capitalization?
What am I missing?

UPDATE
I've been able to narrow the problem down to the fact that the formula breaks when the referenced table is on another tab than the formula. When I move it to the same tab everything works as expected.
Updating the aspose.cells library to the most current version of aspose.cells (8.6.0.0) didn't help. Adding a tab reference to the referenced (lookup!personData) name is invalid.

Posted short post and example code on Aspose forum as requested: http://www.aspose.com/community/forums/permalink/658097/658097/showthread.aspx#658097

0 投票する
1 に答える
137 参照

c# - Aspose Cells - CSV の先頭のゼロを保持する

非常に単純なレポートに Aspose セルを使用しています。問題は、先行ゼロを持つフィールドがいくつかあることです。CSV で開くと、先行ゼロが表示されません。テキストを見ると、ゼロが見えます

先行ゼロを保持する方法についてのアイデア

ありがとう。

0 投票する
1 に答える
901 参照

aspose - Aspose Cell Java - セルを水平方向に分割する

ここに画像の説明を入力

水平に分割されたセルに値を合わせるにはどうすればよいですか? 各行を動的に複製しています。このアプローチを使用していたため、現在入力されている値はマージ フィールドですが、レポートを動的にすることはできませんでした。どんな助けでも大歓迎です。

0 投票する
1 に答える
916 参照

aspose - パフォーマンスの良い Aspose を使用して pdf ファイルを作成する

Web アプリケーションがあり、Aspose を使用して、約 15 列の Excel テンプレート ファイルを使用して PDF を作成しています。PDF を正常に作成できますが、これには時間がかかりすぎます。例えば。28K レコードの場合、2.5 ~ 3 分かかります。

このアプローチを使用して -

パフォーマンスを改善/向上させるための入力/手順はありますか?

0 投票する
1 に答える
305 参照

c# - 空のセルの範囲外のExcel GetCellIndexインデックスをaspose

Aspose Cells を使用して、各行の Excel ファイルからデータを取得しています。このようなデータがあります

これで行から連絡先を読み込もうとすると

コードは、「」を返す必要がある「ユーザー」を提供し、その後

実際には「Users」を返すはずですが、この行は IndexOutOfBoundException をスローします。

aspose は空のセルをスキップするようです。誰でもこれで私を助けることができますか?