Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 102,691 for

workbook

(0.18 sec)
  1. 在 C++ 中使用 Aspose.Cells for C++ API 对字体应用上标和下标效果...

    使用 Aspose.Cells for C++ API,在 C++ 中对 Excel 中文本应用上标和下标效果的代码示例。...Instantiating a Workbook object Workbook workbook ; // Adding a...worksheet to the Excel object workbook . GetWorksheets (). Add ();...

    docs.aspose.com/cells/zh/cpp/apply-superscript-...
  2. Managing Page Breaks with Node.js via C++|Docum...

    This article provides sample code and explains how to add, clear, or delete specific page breaks in Excel worksheets programmatically using Aspose.Cells for Node.js via C++....Cells provides a Workbook class that represents an Excel...Excel file. The Workbook class contains a Workbook.getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/managing-page-...
  3. Copying Rows and Columns 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....Instantiating a Workbook object by Excel file path $workbook = new Workbook...the Excel file $worksheet = $workbook -> getWorksheets () -> get...

    docs.aspose.com/cells/java/copying-rows-and-col...
  4. Extract Theme Data from Excel File|Documentation

    Learn how to extract theme data from Excel files using Aspose.Cells for JavaScript via C++. Obtain style and formatting information effectively....theme name applied to the workbook and theme colors applied to...can apply a theme to your workbook using Microsoft Excel via...

    docs.aspose.com/cells/javascript-cpp/extract-th...
  5. Set Background Picture of a Worksheet in VSTO a...

    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 a spreadsheet: Create a workbook and access the sheet you want...background image. Save the workbook. The code samples that follow...

    docs.aspose.com/cells/net/set-background-pictur...
  6. Disable Compatibility Checker in Excel with Jav...

    Learn how to disable the compatibility checker through the Aspose.Cells for JavaScript via C++ API.... When you save a workbook in a previous version (Excel...Compatibility Checker scans the workbook to see if it contains features...

    docs.aspose.com/cells/javascript-cpp/disable-co...
  7. 单元格中的新行|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.... C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object Worksheet sheet = workbook . Worksheets...

    docs.aspose.com/cells/zh/net/new-line-in-cells/
  8. 用Node.js通过C++取消工作表保护|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 const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Accessing the first worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/unprotect-a...
  9. Calculation of Array Formula of Data Tables wit...

    How to use the Aspose.Cells library to calculate array formulas for a data table in Microsoft Excel using Node.js via C++. Load or create an Excel file, calculate the array formula, and save the modified file.... Please use Workbook.calculateFormula() as normal...Create workbook from source Excel file const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/calculation-of...
  10. Modify existing SQL Data Connection using Aspos...

    Learn how to modify existing SQL Data Connection properties using Aspose.Cells for Node.js via C++....the Data Connections using Workbook.DataConnections collection...SQL Data Connection of the workbook. You can download the source...

    docs.aspose.com/cells/nodejs-cpp/modify-existin...