Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 102,518 for

workbook

(0.1 sec)
  1. 通过C++用JavaScript格式化行列|Documentation

    Aspose.Cells for Java脚本通过C++可以支持更改行高或列宽,以及对行或列应用格式。...Java脚本通过C++提供了一个类 Workbook ,代表一个Microsoft Excel文件。 Workbook 类包含一个 WorksheetCollection..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/adjusti...
  2. Copy Range Style Only with JavaScript via C++|D...

    Learn how to copy only the style of a range while manipulating data in Aspose.Cells for JavaScript via C++.... This example creates a workbook, populates it with data, and..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/copy-range...
  3. Three methods for filtering Chart Data with Nod...

    Learn how to filter charts in Excel using Aspose.Cells for Node.js via C++. Our comprehensive guide will demonstrate how to apply filters to charts, customize chart elements, and use data analysis tools for better insights and informed decision making....existing Workbook let workbook = new AsposeCells . Workbook ( filePath...list let nSeriesFiltered = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/filtering-char...
  4. Adding Hyperlinks to Link Data in Aspose.Cells|...

    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....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/net/adding-hyperlinks-to-...
  5. How to add Sensitivity Label to an Excel file -...

    Given the Workbook object. How do I add the Sensitivity Label in C#?... 2025, 8:27pm 1 Given the workbook object. How do I add the Sensitivity...in C#, you can utilize the Workbook object. While the specific...

    forum.aspose.com/t/how-to-add-sensitivity-label...
  6. Protect and Unprotect|Documentation

    This snippet introduces how to encrypt and decrypt Excel files, protect and unprotect the data in Excel files using C# codes.... Protect and unprotect workbook To prevent other users from...the structure of your Excel workbook with a password. Protect and...

    docs.aspose.com/cells/python-net/protect-and-un...
  7. Public API Changes in Aspose.Cells 8.4.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....//Create workbook object from source Excel file Workbook workbook...workbook = new Workbook ( "source.xlsm" ); //Change the VBA Module...

    docs.aspose.com/cells/net/public-api-changes-in...
  8. Public API Changes in Aspose.Cells 8.5.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....CalcStackSize of the corresponding workbook. CalculationOptions.CustomFunction...CalculateFormula method as listed below. Workbook.CalculateFormula(CalculationOptions)...

    docs.aspose.com/cells/net/public-api-changes-in...
  9. Print Comments while saving to PDF with Node.js...

    Learn how to print comments when saving Excel documents to PDF using Aspose.Cells for Node.js via C++....Create a workbook from the source Excel file const workbook = new...new AsposeCells . Workbook ( path . join ( dataDir , "SampleWorkbookWithCo...

    docs.aspose.com/cells/nodejs-cpp/print-comments...
  10. Format Pivot Table Cells with C++|Documentation

    Learn how to format pivot table cells using Aspose.Cells with C++....Cells :: Startup (); Workbook workbook ( u "pivot_format.xlsx"...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/format-pivot-table-ce...