Sort Score
Result 10 results
Languages All
Labels All
Results 6,121 - 6,130 of 106,496 for

workbook

(0.19 sec)
  1. Convert PPT to XLTX in Android Apps or with fre...

    Convert PPT to XLTX in Android Apps or Online App without using using Microsoft Excel or PowerPoint or online. Test free PPT to XLTX online converter quickly before integrating the code....Load HTML document by using Workbook class Save the document to...a watermark, create a new Workbook to open the converted HTML...

    products.aspose.com/total/android-java/conversi...
  2. Convert PPSX to FODS in Android Apps or with fr...

    Convert PPSX to FODS in Android Apps or Online App without using using Microsoft Excel or PowerPoint or online. Test free PPSX to FODS online converter quickly before integrating the code....Load HTML document by using Workbook class Save the document to...a watermark, create a new Workbook to open the converted HTML...

    products.aspose.com/total/android-java/conversi...
  3. Convert PPTX to EXCEL in Android Apps or with f...

    Convert PPTX to EXCEL in Android Apps or Online App without using using Microsoft Excel or PowerPoint or online. Test free PPTX to EXCEL online converter quickly before integrating the code....Load HTML document by using Workbook class Save the document to...a watermark, create a new Workbook to open the converted HTML...

    products.aspose.com/total/android-java/conversi...
  4. Convert DOCM to JSON Format via Java | products...

    Convert DOCM to JSON format via Java without using using Microsoft Word or Microsoft Excel...Load HTML document by using Workbook class Save the document to...open the converted HTML using Workbook class, create a Range of data...

    products.aspose.com/total/java/conversion/docm-...
  5. Convert PPT to ODS in Android Apps or with free...

    Convert PPT to ODS in Android Apps or Online App without using using Microsoft Excel or PowerPoint or online. Test free PPT to ODS online converter quickly before integrating the code....Load HTML document by using Workbook class Save the document to...a watermark, create a new Workbook to open the converted HTML...

    products.aspose.com/total/android-java/conversi...
  6. Working with the Shadow Effect of Shape or Char...

    Learn how to manipulate the shadow effect of shapes or charts using Aspose.Cells for C++....property, and then saves the workbook to the output Excel file (...

    docs.aspose.com/cells/go-cpp/working-with-the-s...
  7. 【Aspose.Cells for .NET】CalculateFormulaをTRUE設定時...

    ■利用製品 Aspose.cell for .NET(v25.8) ■事象 Excel ファイルをPDFに変換する際、 CalculateFormula を TRUE に設定すると、一部のセルの値が変換元ファイルと一致しない。 一方、CalculateFormula を FALSE に設定した場合は、問題なく変換できる。 詳細は以下の添付ファイルをご参照ください。 20250908_48137.zip (1.6 MB) …...Rendering; // ① Excel をロード Workbook wb = new Workbook("0000110219_Asposedemo...CalculateFormula を実行 手順まとめ ロード → Workbook wb = new Workbook(path); エンジンバージョン合わせ(任意)...

    forum.aspose.com/t/aspose-cells-for-net-calcula...
  8. 通过JavaScript via C++配置渲染电子表格的字体|Documentation

    学习使用Aspose.Cells for JavaScript通过C++配置字体以渲染电子表格。确保字体可用以实现最佳转换效果。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/configu...
  9. Possible Regression: java.lang.ArrayIndexOutOfB...

    I am encountering a java.lang.ArrayIndexOutOfBoundsException when trying to load a specific CSV file using Aspose.Cells for Node.js via Java by using new aspose.Workbook(csvFilePath, aspose.getCsvLoadOptions()) I have t…...Workbook(csvFilePath, aspose.getCsvLoadOptions())...Source) at com.aspose.cells.Workbook.a(Unknown Source) at com.aspose...

    forum.aspose.com/t/possible-regression-java-lan...
  10. [Aspose.Cells for java]印刷プレビューの内容に改ページ位置を一致させる方...

    変換後のPDFにおいて、ExcelのOffice上の印刷ページ数(印刷プレビューの内容)と一致しない事象が発生し、PDFに空白のページが生まれてしまいます。ページレイアウトの「拡大/縮小」設定において100%以外の場合でも、変換後のPDFにおけるページ数をOfficeの印刷ページ数と一致させる方法はありますか?希望としては常に印刷プレビュー通りの改ページ位置で出力したいです。 <ソース抜粋> #ExcelのPDF変換処理は、PDFバ…... Workbook workbook = new Workbook(inputFilePath);...setCheckFontCompatib(true); workbook.save(outFilePath, saveOptionsForCell);...

    forum.aspose.com/t/aspose-cells-for-java/325249