Sort Score
Result 10 results
Languages All
Labels All
Results 2,971 - 2,980 of 87,329 for

workbook

(0.15 sec)
  1. How to Insert Excel Background Image using Python

    This short topic encompasses information on how to insert Excel background image using Python. It covers all the details to configure the required environment, a step-wise process, and a runnable sample code to add Excel image background using Python....spreadsheet using an instance of the Workbook class Access to the first...providing the bytes array Save the workbook having a sheet background...

    kb.aspose.com/cells/python/how-to-insert-excel-...
  2. How to Edit Excel File using Node.js

    This step-by-step tutorial guides on how to edit Excel file using Node.js. It contains the information to set the environment, a list of steps, and a runnable sample code to edit Excel spreadsheet using Node.js....source Excel file using the Workbook class object Access the target...changed, you need to refresh the workbook so that changes in data and...

    kb.aspose.com/cells/nodejs/how-to-edit-excel-fi...
  3. How to Convert JSON to PDF in Node.js

    This article guides on how to convert JSON to PDF in Node.js. It contains the list of tasks along with the IDE configuration and a runnable sample code demonstrating JSON to PDF converter in Node.js....source JSON file Instantiate a workbook and access a sheet from it...the sheet Save the output workbook as PDF using the SaveFormat...

    kb.aspose.com/cells/nodejs/how-to-convert-json-...
  4. How to Open Password Protected Excel File in C#

    This article contains information on how to open password protected Excel file in C#. By using C# open Excel file with password with the help of a few lines of code provided in this article....protected Excel file into the Workbook object using the LoadOptions...Password property the Excel workbook password will be set. This...

    kb.aspose.com/cells/net/how-to-open-password-pr...
  5. Verify that Cell Value Satisfies Data Validatio...

    Learn how to Verify Cell Value Satisfies Data Validation Rules through the Aspose.Cells for C++ API....Instantiate the workbook from sample Excel file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/verify-that-cell-valu...
  6. 使用Node.js通过C++在工作表内旋转带有形状的文本|Documentation

    了解如何使用Aspose.Cells for Node.js via C++在Excel工作表内旋转带有形状的文本。... const workbook = new AsposeCells . Workbook ( sourceFilePath...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/rotate-text...
  7. How to create a tornado chart with C++|Document...

    Learn how to create a tornado chart with Aspose.Cells for C++ API.... Finally, it saves the workbook to output XLSX format . The..."out.xlsx" ; // Create workbook Workbook wb ( inputFilePath );...

    docs.aspose.com/cells/cpp/create-tornado-chart/
  8. 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...
  9. Public API Changes in Aspose.Cells 8.0.0|Docume...

    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....//Instantiate the Workbook with an object of LoadOptions Workbook book =...= new Workbook ( myDir + "large.xlsx" , options ); Demonstrates...

    docs.aspose.com/cells/net/public-api-changes-in...
  10. Sort Data in Spreadsheets|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....object in the workbook DataSorter sorter = workbook . getDataSorter...

    docs.aspose.com/cells/java/sort-data-in-spreads...