Sort Score
Result 10 results
Languages All
Labels All
Results 3,161 - 3,170 of 99,951 for

workbook

(0.15 sec)
  1. Implement a Custom Calculation Engine to Extend...

    This article describes how to extend the default calculation engine by implementing a custom calculation engine using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new one, we can use the methods provided by Aspose.Cells to implement a custom calculation engine and get the results. Finally, we save the modified Excel file to disk....Run () { Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...SetFormula ( u "=TODAY()" ); workbook . CalculateFormula (); std...

    docs.aspose.com/cells/cpp/implement-custom-calc...
  2. How to create Sunburst chart with JavaScript vi...

    Learn how to create a sunburst chart in Aspose.Cells for JavaScript via C++, a chart that presents data in a circle. Our guide will help you set up various properties and formatting of your chart, including data labels, legends, colors, and more...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/creating-s...
  3. How to Password Protect an Excel File using Nod...

    This article guides on how to password protect an Excel file using Node.js. It has all the details to set the IDE, a list of steps, and a runnable sample code to encrypt Excel file using Node.js....existing Excel file using the workbook for setting the password Set...encryption options for the workbook Set the password using the...

    kb.aspose.com/cells/nodejs/how-to-password-prot...
  4. Unhide Multiple Sheets using Excel in Node.js

    This article describes how to unhide multiple sheets in Excel using Node.js. It has IDE settings, a list of steps, and sample code to unhide worksheet using Node.js....to unhide sheets Load the workbook where a few sheets are hidden...hidden Unprotect the workbook by providing the password if protected...

    kb.aspose.com/cells/nodejs/unhide-multiple-shee...
  5. Export Chart to SVG with viewBox attribute usin...

    Learn how to export a chart to SVG format with the viewBox attribute using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , ImageOrPrintOptions , ImageType...Create workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/export-cha...
  6. 用C++向Excel插入背景图片|Documentation

    “如何用Aspose.Cells for C++向Excel插入背景图片。”...(); // Create a new Workbook Workbook workbook ; // Get the first...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/insert-background-...
  7. Set the Shape Type of Data Labels of Chart with...

    Learn how to set the shape type of data labels in charts using Aspose.Cells for JavaScript via C++. This guide will explain the different shape types available and show you how to choose the appropriate shape for your data labels to enhance presentation and usability...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/set-the-sh...
  8. 显示报表筛选页选项|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 } = AsposeCells...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/show-re...
  9. Aspose.Cells 8.7.1 中的公共 API 更改|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....//Create workbook object Workbook workbook = new Workbook (); //Access...worksheet Worksheet worksheet = workbook . Worksheets [ 0 ]; //Add...

    docs.aspose.com/cells/zh/net/public-api-changes...
  10. 通过 Node.js 结合 C++ 转换 Excel 为 CSV、TSV 和 Txt|Docu...

    学习如何使用 Aspose.Cells for Node.js via C++ 将Excel文件转换为CSV、TSV和TXT格式。...source workbook const workbook = new AsposeCells . Workbook ( path...// Save entire workbook data into file workbook . save ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-exc...