Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 102,520 for

workbook

(0.1 sec)
  1. 使用 JavaScript 及 C++ 向工作表添加签名行|Documentation

    本文介绍如何用 JavaScript 及 Aspose.Cells for JavaScript 通过 C++ 在工作表中添加签名行... Otherwise a new workbook will be created. </ p > <...Add Signature Line and Sign Workbook </ button > < a id = "downloadLink"...

    docs.aspose.com/cells/zh/javascript-cpp/add-sig...
  2. 使用JavaScript通过C++将文件保存到响应对象|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++动态生成文件并直接发送到客户端浏览器。..."text/javascript" > const { Workbook , SaveFormat , XlsSaveOptions...a new workbook (equivalent to new AsposeCells.Workbook() in JavaScript)...

    docs.aspose.com/cells/zh/javascript-cpp/saving-...
  3. Calculation of Array Formula of Data Tables wit...

    Learn how to calculate array formulas for Excel data tables using Aspose.Cells for Python via .NET API. Modify and save spreadsheets programmatically.... Please use workbook.calculate_formula() as normal...os from aspose.cells import Workbook # For complete examples and...

    docs.aspose.com/cells/python-net/calculation-of...
  4. Format and Modify Named Ranges with C++|Documen...

    Learn how to format, rename, merge, and remove named ranges in Excel files using Aspose.Cells with C++....\\ " ); Workbook workbook ; Worksheet WS = workbook . GetWorksheets...u "MyRange" ); Style stl = workbook . CreateStyle (); stl . GetFont...

    docs.aspose.com/cells/cpp/format-and-modify-nam...
  5. Manage Shape Text Options with C++|Documentation

    Learn how to manage shape text options programmatically using Aspose.Cells for C++....// Load the Excel file Workbook workbook ( "example.xlsx" ); Worksheet...Worksheet worksheet = workbook . GetWorksheets (). Get ( 0 );...

    docs.aspose.com/cells/cpp/managing-shape-text-o...
  6. Find out if VBA Project is Protected with JavaS...

    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....following sample code creates a workbook, checks if its VBA project..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/find-out-i...
  7. 通过Node.js通过C++保存文件的不同方法|Documentation

    Aspose.Cells for Node.js via C++可以将文件保存为不同的格式,包括PDF、HTML、DOCX、PPTX、JSON和MHTML。...Cells提供了 Workbook ,代表Microsoft Excel文件,具有操作Excel文件所需的属性和方法。...Excel文件,具有操作Excel文件所需的属性和方法。 Workbook 类提供用于保存Excel文件的 Workbook.save(string, SaveFormat)...

    docs.aspose.com/cells/zh/nodejs-cpp/different-w...
  8. Copy fragments and worksheets between Workbooks...

    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....fragments and worksheets between Workbooks Contents [ Hide ] Sometimes...you might want to create a workbook with sheets that contain the...

    docs.aspose.com/cells/net/copy-fragments-and-wo...
  9. 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.... Java Workbook workbook = new Workbook ( "source.xlsm"...VbaModuleCollection modules = workbook . getVbaProject (). getModules...

    docs.aspose.com/cells/java/public-api-changes-i...
  10. Inserting and Deleting Rows and Columns of an E...

    This article shows how to insert and delete rows and columns using the Aspose.Cells for C++ API....Cells provides a class Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/inserting-and-deletin...