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

workbook

(0.09 sec)
  1. java.lang.IllegalStateException: toArray is not...

    Hi guys, I used the flag -DAspose.Cells.ZipTool=TEMPFILE in both of my projects that call Workbook asposeWorkbook = new Workbook(excelStream) to avoid the POI 5 ZIP issue. However, one of the projects still encounters p…...projects that call Workbook asposeWorkbook = new Workbook(excelStream)...Bytes);) { Workbook asposeWorkbook = new Workbook(excelStream);...

    forum.aspose.com/t/java-lang-illegalstateexcept...
  2. Find the Root Element Name of XML Map with C++|...

    Learn how to find the root element name of an XML map using Aspose.Cells for C++....file containing an XML Map Workbook wb ( inputFilePath ); // Access...Access the first XML Map in the workbook XmlMap xmap = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/find-the-root-element...
  3. Change Data Source of the Chart to Destination ...

    Learn how to change the data source of a chart to a destination worksheet while copying rows or a range in Aspose.Cells for JavaScript via C++. This guide demonstrates how to update the chart's data range and link it to the destination worksheet...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); // Instantiate Workbook from the uploaded file const...

    docs.aspose.com/cells/javascript-cpp/change-dat...
  4. How to Control Sheet Tab Bar with Golang via C+...

    Learn how to control the sheet tab bar through the Aspose.Cells for C++ API....demonstrates how to: Create a workbook. Add data to cells in the...set AutoRecover property of Workbook with Golang via C++...

    docs.aspose.com/cells/go-cpp/how-to-control-she...
  5. 刷新模板文件中的第二张数据透视表pivot1,pivot0对应的数据透视图chart0出现异常...

    版本25.10 示例代码: SyntaxEditor Code Snippet var wb =new Workbook(path+“3.xlsx”); var pivot=wb.Worksheets[“statistics”].PivotTables[“pivot1”]; pivot.RefreshData(); pivot.CalculateData(); wb.Save(path+“4.xlsx”); 3.zip …...SyntaxEditor Code Snippet var wb =new Workbook(path+“3.xlsx”); var pivot=wb...以下是您可以使用的代码示例: var wb = new Workbook(path + "3.xlsx"); var pivot...

    forum.aspose.com/t/pivot1-pivot0-chart0/320059
  6. 透视表和源数据|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 uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/pivot-t...
  7. Convert Excel to PDF with Golang via C++|Docume...

    Learn how to convert Excel Workbooks to PDF format using Aspose.Cells with Golang via C++....supports the conversion of Excel workbooks into PDF. In this example...an Excel workbook into PDF. Converting Excel Workbook to PDF PDF...

    docs.aspose.com/cells/go-cpp/convert-excel-to-pdf/
  8. 使用JavaScript通过C++检索SQL连接数据。|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....Cells for JavaScript通过C++提供了 Workbook.dataConnections 属性,用于检索外部..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/retriev...
  9. Merge XLTM Files Online or using C++ | products...

    Free online app to combine different XLTM files. C++ merging library code to merge XLTM worksheets into other formats....XLTM using Workbook objects. Select the one Workbook as the base...Merge XLSB Files (Excel Binary Workbook) Merge XLSM Files (Macro-enabled...

    products.aspose.com/total/cpp/merge/xltm/
  10. Manage Worksheets|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....class Workbook that represents an Excel file. The Workbook class...worksheets by calling the Workbook class ’s Save method. Accessing...

    docs.aspose.com/cells/cpp/manage-worksheets/