下記のクラスからファイルのプロパティを抽出しています。
Workbook workbook = new Workbook(inputStream);
BuiltInDocumentPropertyCollection builtInDocumentProperties = workbook.getBuiltInDocumentProperties();
しかし、Excelファイルのプロパティにある"言語"を抽出することができませんでした。
何かこの問題を回避する方法はございますでしょうか。
使用バージョン:Aspose.Cells for Java 18.3
サンプルデータ:language.zip (34.6 KB)
以上、ご確認の程よろしくお願いいたします。
@yudai_yamaguchi ,
サンプルファイルと詳細をありがとう。
ファイルを右クリックし、[プロパティ]> [詳細]を選択し、[言語]属性をチェック/変更することにより、MS Excelファイルの "言語"を取得または変更できます。 この機能はサポートされていません。Aspose.Cellsには関連するAPIがありません。 私は、次のサンプルコードを使用してプロパティを抽出しようとしましたが、何も表示されません:
例えば
サンプルコード:
//Create workbook object
Workbook wb = new Workbook("f:\\files\\language_meta.xlsx");
//Access built-in document property collection
BuiltInDocumentPropertyCollection bdpc = wb.getWorksheets().getBuiltInDocumentProperties();
DocumentProperty docProperty1 = bdpc.get("Language");
System.out.println(docProperty1.getValue());
私はあなたの問題のID "CELLSJAVA-42580"のチケットを記録しました。 私たちはすぐにそれを調査します。
更新があればここでお知らせします。
チケット作成のご対応ありがとうございました。
以上、よろしくお願いいたします。
@yudai_yamaguchi
Aspose APIを使用していただきありがとうございます。
CELLSJAVA-42580の問題が修正されたことをお知らせするためです。 QAを実行した後、すぐに修正を提供し、その他の拡張機能や修正が含まれます。
The issues you have found earlier (filed as CELLSJAVA-42580) have been fixed in this update . This message was posted using BugNotificationTool from <a href=“https://#{request.env[“HTTPS_HOST”]}”>Downloads module by Amjad_Sahi
The issues you have found earlier (filed as CELLSJAVA-42580) have been fixed in Aspose.Cells for Java 18.4 . Please also see the document for your reference:
Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS &...