Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 102,518 for

workbook

(0.08 sec)
  1. 按行和列格式化,使用Node.js via C++|Documentation

    Aspose.Cells for Node.js via C++支持更改行高或列宽,还可以对行或列应用格式。...Cells提供一个类, Workbook ,代表一个Microsoft Excel文件。 Workbook 类包含一个 WorksheetCollection...chunks ); // Instantiating a Workbook object // Opening the Excel...

    docs.aspose.com/cells/zh/nodejs-cpp/adjusting-r...
  2. Public API Changes in Aspose.Cells 8.4.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....//Create workbook object com . aspose . cells . Workbook workbook...new com . aspose . cells . Workbook ( input ); //Access first...

    docs.aspose.com/cells/java/public-api-changes-i...
  3. 在Ruby中设置页面选项|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 = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new # Accessing the first...

    docs.aspose.com/cells/zh/java/setting-page-opti...
  4. 处理颜色|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 - 使用颜色 C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object workbook . Worksheets . Add (); Worksheet...

    docs.aspose.com/cells/zh/net/working-with-colors/
  5. Use Custom XML Parts in Aspose.Cells with C++|D...

    Learn how to use custom XML parts in Excel files programmatically using Aspose.Cells with C++....Cells via the Workbook.ContentTypePropertie.Add()...following sample code uses the Workbook.ContentTypePropertie.Add()...

    docs.aspose.com/cells/cpp/use-custom-xml-parts-...
  6. 管理包含宏的 Excel 工作簿的 VBA 代码|Documentation

    添加VBA模块并使用Aspose.Cells for Node.js via C++修改VBA或宏代码。...请使用 Workbook.add(Worksheet) 方法在工作簿中添加新的VBA模块。...new workbook const workbook = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/zh/nodejs-cpp/manage-vba-...
  7. 使用C++复制Excel中的范围|Documentation

    学习如何使用Aspose.Cells与C++复制Excel中的范围。...Instantiate a new Workbook. Workbook workbook ; // Get all the...WorksheetCollection worksheets = workbook . GetWorksheets (); // Get...

    docs.aspose.com/cells/zh/cpp/copy-ranges-of-excel/
  8. 使用 C++ 通过 JavaScript 移除工作簿中未使用的样式|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 从工作簿中移除未使用的样式。...Cells提供了 Workbook.removeUnusedStyles() 以删除工作簿内所有未使用的样式。...以删除工作簿内所有未使用的样式。 以下代码说明了 Workbook.removeUnusedStyles() 的用法。该代码加载了...

    docs.aspose.com/cells/zh/javascript-cpp/remove-...
  9. Show and Hide Gridlines and Row Column Headers ...

    This article provides sample code for using the Node.js API via C++ to programmatically hide or show gridlines, row, and column headers of an Excel worksheet....Cells provides a class, Workbook , that represents a Microsoft...Excel file. The Workbook class contains a Workbook.getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/show-and-hide-...
  10. 使用Aspose.Cells for JavaScript通过C++创建共享工作簿|Docum...

    学习如何使用Aspose.Cells for JavaScript通过C++创建共享工作簿。...body > < h1 > Create Shared Workbook Example </ h1 > < input type..."createShared" disabled > Create Shared Workbook </ button > < a id = "downloadLink"...

    docs.aspose.com/cells/zh/javascript-cpp/create-...