Sort Score
Result 10 results
Languages All
Labels All
Results 2,211 - 2,220 of 102,524 for

workbook

(0.2 sec)
  1. Set Conditional Formats of Excel and ODS files|...

    How to apply conditional formats to Excel and ODS files in JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...(); // Open workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/conditiona...
  2. 在VSTO和Aspose.Cells中向工作簿中添加新工作表并激活工作表|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.... Workbooks . Open ( myPath , Missing...//Add 5 new worksheets to the workbook and fill some data //into...

    docs.aspose.com/cells/zh/net/adding-new-workshe...
  3. 如何用JavaScript通过C++将Excel打印为宽度和高度适合的页面|Documenta...

    本文展示了使用C++的Script设置FitToPagesWide和FitToPagesTall的代码示例..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  4. Convert JSON to Excel with Node.js via C++|Docu...

    Learn how to convert JSON to Excel file with Aspose.Cells for Node.js via C++....to an Excel Workbook. Convert JSON to Excel Workbook There is no...settings for importing JSON to a Workbook. The following code example...

    docs.aspose.com/cells/nodejs-cpp/convert-json-t...
  5. Inserting and Removing Cell Comments in a Works...

    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.... Workbooks . Open ( myPath , Missing...a new Workbook. //Open the Excel file. Workbook workbook = new...

    docs.aspose.com/cells/net/inserting-and-removin...
  6. Hiding and Showing Rows and Columns in Python|D...

    Learn how to Hide and Show Rows and Columns through the Aspose.Cells for Python Via Java API....Instantiating a Workbook object by Excel file path workbook = self .... Workbook ( self . dataDir + 'Book1.xls' ) # Accessing the first...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  7. 用JavaScript通过C++将宏分配给表单控件|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++将宏代码分配给按钮等表单控件。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); var workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/assign-...
  8. Add Data in Cells|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....Cells provides a class, Workbook, that represents a Microsoft...Microsoft Excel file. Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/java/add-data-in-cells/
  9. Specifying DBNum Custom Pattern Formatting|Docu...

    Aspose.Cells is a library for JavaScript via C++ that supports formatting dates and numbers using custom formatting patterns. This article shows how to specify the 'dbnum' custom format pattern for better control over number display...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...); // Create or load workbook let workbook ; if ( fileInput . files...

    docs.aspose.com/cells/javascript-cpp/specifying...
  10. 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....add custom properties to the workbook object, which are visible..."data" ); // Create workbook object const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/adding-custom-...