Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 82,284 for

workbook

(0.03 sec)
  1. Working with ContentTypeProperties with Node.js...

    Learn how to work with custom ContentTypeProperties in Excel files using Aspose.Cells for Node.js via C++....Cells provides Workbook.getContentTypeProper() method..."output" ); const workbook = new AsposeCells . Workbook ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/working-with-c...
  2. Create New Worksheet|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 Workbook workbook = new Workbook (); //Adding...//Adding a new worksheet to the Workbook object WorksheetCollection...

    docs.aspose.com/cells/net/create-new-worksheet/
  3. Aspose.Cells 8.7.0中的公共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....); //Create an instance of Workbook //Optionally load an existing...existing spreadsheet Workbook book = new Workbook ( inFilePath );...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. 用C++设置填充效果|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库。它支持设置单元格的填充效果,允许用户自定义单元格的背景和样式。本文将介绍如何使用Aspose.Cells库设置单元格的填充效果。...Cells提供了一个表示Microsoft Excel文件的类, WorkbookWorkbook 类包含一个 Worksheets 集合,...Instantiating a Workbook object Workbook workbook ; // Adding a...

    docs.aspose.com/cells/zh/cpp/cells-fill-settings/
  5. Adding Custom Properties visible inside Documen...

    Learn how to add custom properties to a Workbook object using Aspose.Cells for Node.js via C++. These properties can be viewed in the Document Information Panel....custom properties inside the workbook object which are visible inside..."data" ); // Create workbook object const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/adding-custom-...
  6. Zoom Factor in Python|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.... Python Code workbook = self . Workbook ( self . dataDir...the Excel file worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/java/zoom-factor-in-python/
  7. Developer Guide|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....with C++ Pivot Tables Manage Workbook with C++ Worksheets Convert...Combine Multiple Workbooks into a Single Workbook with C++ Protect...

    docs.aspose.com/cells/cpp/developer-guide/
  8. 如何使用Node.js通过C++设置工作簿的AutoRecover属性|Documentation

    学习如何使用Aspose.Cells for Node.js via C++设置工作簿的AutoRecover属性。...Cells提供了 Workbook.getAutoRecover() 属性来启用或禁用此选项。...属性来启用或禁用此选项。 以下代码说明了如何使用工作簿的 Workbook.getAutoRecover() 属性。代码先读取该属性的默认值(为...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-set-...
  9. Set Worksheet Tab Color with Node.js via C++|Do...

    This article demonstrates sample code that sets the Excel worksheet Tab Color programmatically using Node.js via C++....Instantiate a new Workbook // Open an Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "Book1.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/set-worksheet-...
  10. 页面设置 自适应页面设置|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 Workbook workbook = new Workbook (); //...WorksheetCollection worksheets = workbook . getWorksheets (); int sheetIndex...

    docs.aspose.com/cells/zh/java/page-setup-fit-to...