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

workbook

(0.09 sec)
  1. How to Add a Column in Excel using Node.js

    This article guides on how to add a column in Excel using Node.js. It has the IDE details, a list of steps, and a runnable sample code to add multiple columns in Excel using Node.js....Java to add columns Load the workbook and access the cells collection...the target columns Save the workbook with new columns These steps...

    kb.aspose.com/cells/nodejs/how-to-add-a-column-...
  2. Tile Picture as a Texture inside the Shape with...

    Learn how to tile a small picture as a texture inside a shape using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( path . join...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/tile-picture-a...
  3. Aspose.Cells 8.8.3 中的公共 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....an instance of Workbook var book = new Workbook (); // Access...); // Create an instance of Workbook and load an existing spreadsheet...

    docs.aspose.com/cells/zh/net/public-api-changes...
  4. How to get OData Connection Information with Ja...

    Learn how to extract OData connection information from an Excel file using Aspose.Cells for JavaScript via C++....JavaScript via C++ provides the Workbook.dataMashup property which..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/how-to-get...
  5. 用C++创建Sunburst图表的方法|Documentation

    学习如何用Aspose.Cells for C++创建环状图,这是以圆圈形式呈现数据的图表。我们的指南将帮助您设置图表的各种属性和格式,包括数据标签、图例、颜色等。...Create an instance of Workbook Workbook workbook ( u "sunburst.xlsx"...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/creating-sunburst-...
  6. 用C++替换SmartArt中的文本|Documentation

    了解如何使用Aspose.Cells for C++通过设置Shape.Text属性来更新Smart Art中的文本。...xlsx" ; Workbook workbook ( inputFilePath ); WorksheetCollection...WorksheetCollection worksheets = workbook . GetWorksheets (); for (...

    docs.aspose.com/cells/zh/cpp/replace-text-in-sm...
  7. Resampling Added Images - Excel to PDF Conversi...

    Learn how to compress images added in Excel files to reduce PDF size and improve conversion performance using Aspose.Cells for Node.js via C++....Initialize a new Workbook // Open an Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "input.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/resampling-add...
  8. 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...
  9. 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...
  10. Your First Aspose.Cells Application - Hello Wor...

    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 an instance of the Workbook class. Apply the license:...Creating a Workbook The following example creates a new workbook from...

    docs.aspose.com/cells/java/your-first-aspose-ce...