Sort Score
Result 10 results
Languages All
Labels All
Results 3,901 - 3,910 of 104,117 for

workbook

(0.17 sec)
  1. 保存文件时,出现错误: - Free Support Forum - aspose.com

    try(InputStream WorkbookStream = new URL(url).openStream()){ Workbook Workbook = new Workbook(WorkbookStream); Workbook.save(output, options); } 报错了:java.lang.ClassCastException: com.aspose.cells.b.a.d.z cannot be ca…...openStream()){ Workbook workbook = new Workbook(workbookStream);...m); workbook.save(output, options); } 报错了:java.lang.ClassCastException:...

    forum.aspose.com/t/topic/323685
  2. 指定数据透视项的绝对位置|Documentation

    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 & Android platforms...."text/javascript" > const { Workbook , SaveFormat , PivotFieldType...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  3. Excel Table Missing Column in HTML output - Fre...

    Dear Aspose. As you can see from example. When table in the sheet is printed as a range, then the column Size (Size) is not printed. Attaching image demonstrating the difference in output: Bug-1313955-Missing-Column-…...want to export the entire workbook, not just the active worksheet...ExportToHtml() { Workbook workbook = new Workbook("path/to/your/file...

    forum.aspose.com/t/excel-table-missing-column-i...
  4. How to create a Gantt chart with C++|Documentation

    Learn how to create a Gantt chart with Aspose.Cells for C++ API.... Finally, it saves the workbook to output XLSX format . The...Create an instance of Workbook Workbook workbook ( u "sample.xlsx"...

    docs.aspose.com/cells/cpp/how-to-create-gantt-c...
  5. How to Convert JSON to Excel in Java

    Using this brief tutorial you will learn how to convert JSON to Excel in Java. For the conversion of JSON to XLSX Java is widely used as it requires limited resources and a few lines of code in any common operating system supporting Java platform....Maven repository Create a Workbook instance and get a reference...importData() function Save the final workbook containing the formatted JSON...

    kb.aspose.com/cells/java/how-to-convert-json-to...
  6. Pivot Table and Source Data|Documentation

    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 & Android platforms...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object using the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/pivot-tabl...
  7. Optimize Chart Calculations for Presentations i...

    Understand chart calculations, data updates, and precision control in Aspose.Slides for PHP via Java for PPT and PPTX, with practical code examples....} } FAQ Do external Excel workbooks work as a data source, and...can reference an external workbook: when you connect or refresh...

    docs.aspose.com/slides/php-java/chart-calculati...
  8. 用C++设置边框|Documentation

    如何在C++中使用Aspose.Cells库设置单元格的边框样式和颜色。通过调整边框宽度、样式和颜色,可以更好地控制单元格的外观。...Cells提供了 Workbook 类,代表一个Microsoft Excel文件。 Workbook 类包含一个 Worksheets..." ); Workbook workbook ; Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/cells-border-setti...
  9. Aspose.Cells Pivot PrintArea - Free Support For...

    When shifting from Aspose Cells v 25.3.0 to 25.4.0, the PrintArea behavior changed. Background: given an excel spreadsheet like this: Year Product Gross Net - - - 2001 Apples 100 30 Row Labels Sum of Net Ba…...Workbook.Worksheets.ActiveSheetIndex...SubstringBefore(")"); sheet.Workbook.Save(stream, _pivotSaveOptions);...

    forum.aspose.com/t/aspose-cells-pivot-printarea...
  10. Retrieving SQL Connection Data with C++|Documen...

    Learn how to retrieve SQL connection data, including server URL, username, table name, and more using Aspose.Cells for C++....Cells provides the Workbook::get_DataConnections() method...ExternalConnection objects in the workbook. If the ExternalConnection...

    docs.aspose.com/cells/cpp/retrieving-sql-connec...