Sort Score
Result 10 results
Languages All
Labels All
Results 3,291 - 3,300 of 105,375 for

workbook

(0.29 sec)
  1. Using ICustomFunction Feature|Documentation

    This article describes how to create a custom function in Microsoft Excel using the ICustomFunction feature in the Aspose.Cells library. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to define and register custom functions and get the results. Finally, we save the modified Excel file to disk....//Open the workbook Workbook workbook = new Workbook (); //Obtaining...worksheet Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/how-to-calculate-cus...
  2. Optimize Chart Calculations for Presentations i...

    Understand chart calculations, data updates, and precision control in Aspose.Slides for Python via .NET for PPT, PPTX and ODP, with practical code examples....PPTX ) 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/python-net/chart-calcula...
  3. Using LightCells API with C++|Documentation

    Learn how to use the LightCells API in C++ to efficiently read and write large Excel files with minimal memory usage.... To save workbooks, provide the cell content...processed and then discarded; the Workbook object does not hold the collection...

    docs.aspose.com/cells/cpp/using-lightcells-api/
  4. Issue after upgrading POI version - Free Suppor...

    Hi guys, I upgraded the POI version in my program to 5.4.1, but it caused an issue that prevents the file from being converted to PDF. When I revert the version back to 4.1.2, everything works fine. We are currently u…...Workbook.a(Unknown Source) at com.aspose...aspose.cells.Workbook.<init>(Unknown Source) at com.camline.stream2pdf...

    forum.aspose.com/t/issue-after-upgrading-poi-ve...
  5. How to create a Gantt chart with Node.js via C+...

    Learn how to create a Gantt chart with Aspose.Cells for Node.js via C++ API.... Finally, it saves the workbook to output XLSX format . The..."sample.xlsx" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/nodejs-cpp/how-to-create-...
  6. 当操作时间过长时,使用InterruptMonitor停止转换或加载,采用C++中的JavaS...

    学习如何在Aspose.Cells for JavaScript通过C++中使用InterruptMonitor停止工作簿转换为多种格式(如PDF、HTML等)的方法。...请使用 Workbook.interruptMonitor 属性停止转换,使用..."text/javascript" > const { Workbook , SaveFormat , Utils , InterruptMonitor...

    docs.aspose.com/cells/zh/javascript-cpp/stop-co...
  7. CellsException : File format not supported - Fr...

    Dear sir, When converting a specific excel to a PDF we've encountered an error. (unfortunately, this exception isn't thrown by Aspose, so we couldn't catch it) com.aspose.cells.CellsException: This file's format is no…... try { Workbook doc = new Workbook("dir to excel.xls"');...g “Microsoft Excel 5.0/95 Workbook”. This is an older Excel file...

    forum.aspose.com/t/cellsexception-file-format-n...
  8. Setting Formula for Named Range with Node.js vi...

    Learn how to set formulas for named ranges in spreadsheets using Aspose.Cells for Node.js via C++....instance of Workbook const book = new AsposeCells . Workbook (); //..."sample.xlsx" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/nodejs-cpp/setting-formul...
  9. Customizing Charts with C++|Documentation

    Learn how to customize charts in Aspose.Cells for C++. Our guide will show you how to modify chart layouts, add and format data series, adjust axes, and apply various formatting options to enhance the appearance and usability of your charts....); // Create a new workbook Workbook workbook ; // Add a new worksheet...worksheet to the workbook int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/customizing-charts/
  10. 如何用 JavaScript 设置点为总数,使用 C++|Documentation

    学习如何用 Aspose.Cells for JavaScript 通过 C++ 在瀑布图中设置点为总数。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...