Sort Score
Result 10 results
Languages All
Labels All
Results 3,681 - 3,690 of 104,099 for

workbook

(0.11 sec)
  1. New bug with MergeNamedStyles - Free Support Fo...

    I appear to have found a bug with the MergeNamedStyles function added recently. Please run the following top-level code (adjusting the file paths as needed) with the attached zipped Workbooks as a .NET 9 C# console app …...with the attached zipped workbooks as a .NET 9 C# console app...KB) : using Aspose.Cells; Workbook targetWbk = new(@"C:\Swif...

    forum.aspose.com/t/new-bug-with-mergenamedstyle...
  2. Create Pivot Tables using Apache POI and Aspose...

    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....Instantiating a Workbook object Workbook workbook = new Workbook (); //...worksheet Worksheet sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/create-pivot-tables-...
  3. 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...
  4. 使用GlobalizationSettings类为饼图的自定义小计标签和其他标签设置Node....

    学习如何使用Aspose.Cells for Node.js via C++中的GlobalizationSettings类自定义饼图的小计标签和其他标签。...data const workbook = new AsposeCells . Workbook ( path . join...to a custom class created workbook . getSettings (). setGlobalizationSett...

    docs.aspose.com/cells/zh/nodejs-cpp/using-globa...
  5. 当操作时间过长时,使用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...
  6. 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...
  7. 获取单元格索引|Documentation

    了解如何通过行名、列名或单元格名获取行或列。使用Aspose.Cells for JavaScript通过C++将单元格的名称转换为零基的行列索引。..."text/javascript" > const { Workbook , SaveFormat , CellsHelper...Create a new workbook const workbook = new Workbook (); // Access...

    docs.aspose.com/cells/zh/javascript-cpp/get-cel...
  8. Save Specified Worksheets to PDF|Documentation

    Learn how to Save Specified Worksheets to PDF with Aspose.Cells for Python via .NET API....all visible worksheets in a workbook to a PDF file. With the PdfSaveOptions...indicates visible sheets in a workbook, and SheetSet.all indicates...

    docs.aspose.com/cells/python-net/save-specified...
  9. Aspose.Cells: Do files larger than 10 MB requir...

    I am using Aspose.Cells GridJS with Python via .NET. Is a license required to view large files (more than 10 mb)?...cells import Workbook, License # Set license license...work with larger files workbook = Workbook("path/to/your/large_file...

    forum.aspose.com/t/aspose-cells-do-files-larger...
  10. 用 C++ 指定Excel文件的文档版本,通过内置文档属性|Documentation

    学习如何使用 Aspose.Cells for C++ 通过内置文档属性指定Excel文件的版本。...Startup (); // Create workbook object Workbook wb ; // Access built-in...Version - 18.3" ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/specify-document-v...