Sort Score
Result 10 results
Languages All
Labels All
Results 2,711 - 2,720 of 82,029 for

workbook

(0.1 sec)
  1. Converting to MHTML Files in PHP|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....M_HTML ); //Instantiate a workbook and open the template XLSX...XLSX file $wb = new Workbook ( $filePath ); //Save the MHT file...

    docs.aspose.com/cells/java/converting-to-mhtml-...
  2. How to Create Dynamic Chart with Dropdownlist w...

    Learn how to create a dynamic chart that updates based on a drop-down list selection using Aspose.Cells for C++. Our step-by-step guide will demonstrate how to integrate a drop-down list into your chart for flexible data visualization....a new workbook and access the first worksheet. Workbook workbook...WorksheetCollection sheets = workbook . GetWorksheets (); Worksheet...

    docs.aspose.com/cells/cpp/create-dynamic-chart-...
  3. Monitor running programs|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....to monitor the running of Workbook related code. Simply use the...Custom Theme Colors of the Workbook using Array of Colors Create...

    docs.aspose.com/cells/cpp/monitor-running-progr...
  4. chart.CategoryAxis.GetAxisTexts() are not the s...

    hi , i have an excel file: 4366-20250303.7z (108.4 KB) there is an chart. i ues the below codes to get the lables: var chart = sheet.Charts.OrderByDescending(t => t.ChartObject.LowerRightRow).First(); var labels = …... Sample code: Workbook workbook = new Workbook("e:\\test2\\4366-20250303...xlsx"); Worksheet sheet = workbook.Worksheets[3]; var chart =...

    forum.aspose.com/t/chart-categoryaxis-getaxiste...
  5. Combine Multiple Worksheets into a Single Works...

    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....example that reads a source workbook and combines the data of all...worksheet inside a destination workbook. The following code snippet...

    docs.aspose.com/cells/python-net/combine-multip...
  6. 使用 C++ via Node.js 在保存为PDF时仅更改单个Unicode字符的字体|Do...

    了解如何在使用Aspose.Cells for Node.js via C++保存为PDF时更改单个Unicode字符的字体。..."data" ); // Create workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Access the first worksheet const worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/change-the-...
  7. 在用C++保存为PDF时,仅更改特定Unicode字符的字体|Documentation

    了解如何在用Aspose.Cells的C++保存为PDF时更改特定Unicode字符的字体。...); // Create workbook object Workbook workbook ; // Access the...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/change-the-font-on...
  8. 使用 Apache POI 和 Aspose.Cells 创建图表|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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...worksheet Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/create-charts-usi...
  9. 使用Node.js通过C++在饼图中自定义切片或扇区颜色|Documentation

    学习如何使用Aspose.Cells for Node.js via C++自定义饼图中的切片和扇区颜色。我们的指南将展示如何为每个切片、扇区或扇团分配独特的颜色,以改善视觉效果和数据表现。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/custom-slic...
  10. How to Convert JSON to Excel in Python

    This quick tutorial explains how to convert JSON to Excel in Python as when we convert JSON to Excel Python is one of the best options. This tutorial provides configuration information, sequence of steps and a runnable sample code to demonstrate this feature....a new workbook can be created or an existing workbook can be...from the disk Create an empty Workbook class instance for importing...

    kb.aspose.com/cells/python/how-to-convert-json-...