Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 102,520 for

workbook

(0.07 sec)
  1. Font Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/cells-font-settings/
  2. 在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/zh/java/adjusting-row-hei...
  3. Protect and Unprotect Worksheet with Node.js vi...

    Protect and unprotect worksheet of Excel files with Aspose.Cells for Node.js via C++....to implement protecting the workbook structure of Excel files....file. const workbook = new AsposeCells . Workbook (); // Gets...

    docs.aspose.com/cells/nodejs-cpp/protect-and-un...
  4. Public API Changes in Aspose.Cells 8.6.1|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....a spreadsheet Workbook workbook = new Workbook ( inputFilePath...with preset HtmlSaveOptions workbook . Save ( outputFilePath ,...

    docs.aspose.com/cells/net/public-api-changes-in...
  5. Setting Margins with JavaScript via C++|Documen...

    In this article, you will learn how to set the margins of an Excel worksheet using sample code. You will also learn how to programmatically set margins for page center, header, and footer using the JavaScript API via C++....class, Workbook , that represents an Excel file. The Workbook class...class contains the Workbook.worksheets collection that allows access...

    docs.aspose.com/cells/javascript-cpp/setting-ma...
  6. Loading and Managing Excel, OpenOffice, JSON, C...

    With Aspose.Cells for C++, it is simple to create, open, and manage Excel, CSV, TSV, ODS, HTML, Numbers, JSON, XML, PDF, JPG, TIFF, Image, MHT, and XPS files....New Workbook The following example creates a new workbook from...endl ; } // Instantiate a Workbook object that represents an...

    docs.aspose.com/cells/cpp/loading-saving-and-ma...
  7. 使用 Node.js 通过 C++ 管理Microsoft Excel文件的工作表|Docum...

    使用Aspose.Cells for Node.js via C++添加、删除并激活工作表。...提供了一个类 Workbook ,它代表一个Excel文件。 Workbook 类包含一个 Workbook.getWorksheets()...向新的Excel文件添加工作表 要通过程序创建新的Excel文件: 创建 Workbook 类的对象。 调用 WorksheetCollection...

    docs.aspose.com/cells/zh/nodejs-cpp/manage-work...
  8. Protect and Unprotect Worksheet with JavaScript...

    Protect and unprotect worksheet of Excel files with Aspose.Cells for JavaScript via C++....lines of code to protect the workbook structure of Excel files...."text/javascript" > const { Workbook , SaveFormat , ProtectionType...

    docs.aspose.com/cells/javascript-cpp/protect-an...
  9. 使用C++通过JavaScript更改Excel文本框或形状的字符间距|Documentation

    使用C++的Aspose.Cells for JavaScript,通过JavaScript更改Excel文本框或形状的字符间距。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); // Instantiating a Workbook object by opening the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  10. Managing Ranges with Node.js via C++|Documentation

    Learn how to manage ranges in Excel using Aspose.Cells for Node.js via C++. Create ranges, set values, styles, and perform various operations....Cells provides a class, Workbook that represents a Microsoft...Excel file. The Workbook class contains a Workbook.getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/managing-ranges/