Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 102,545 for

workbook

(0.15 sec)
  1. 在xlsx4j中显示和隐藏工作簿的选项卡|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提供了一个代表Microsoft Excel文件的Workbook类。Workbook类提供了广泛的属性和方法来管理Excel文...控制Excel文件中选项卡的可见性,开发人员可以使用Workbook类的 setShowTabs 方法。 Java //Instantiating...

    docs.aspose.com/cells/zh/java/display-and-hide-...
  2. Load source Excel file without charts|Documenta...

    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....the workbook with specified load options Workbook workbook = new...new Workbook ( "sample.xlsx" , options ); //Save the workbook...

    docs.aspose.com/cells/java/load-source-excel-fi...
  3. Aspose.Cells 8.4.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 workbook object from source Excel file Workbook workbook...workbook = new Workbook ( "source.xlsm" ); //Change the VBA Module...

    docs.aspose.com/cells/zh/net/public-api-changes...
  4. 使用 C++ 通过 Node.js 设置边距|Documentation

    在本文中,您将学习如何使用示例代码设置 Excel 工作表的边距。还将学习如何通过 Node.js API 和 C++ 编程设置页面中心、页眉和页脚的边距。...Cells 提供一个 Workbook 类,它代表一个Excel文件。 Workbook 类包含 Workbook.getWorksheets()...); // Create a workbook object const workbook = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/setting-mar...
  5. Aspose.Cells 8.6.2 中的公共 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....ISmartMarkerCallBack { Workbook workbook ; internal SmartMarkerCallBack...SmartMarkerCallBack ( Workbook workbook ) { this . workbook = workbook ; } public...

    docs.aspose.com/cells/zh/net/public-api-changes...
  6. Change Character Spacing of Excel TextBox or Sh...

    Change the character spacing of Excel textboxes or shapes using Aspose.Cells for Node.js via C++....excel file inside a workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( sourceDir , "sampleChangeTextBoxO...

    docs.aspose.com/cells/nodejs-cpp/change-charact...
  7. Managing Pictures with JavaScript via C++|Docum...

    Learn how to add and position pictures in spreadsheets using Aspose.Cells for JavaScript via C++....body > < h1 > Add Picture to Workbook Example </ h1 > < p > Select...leave empty to create a new workbook), and select an image file...

    docs.aspose.com/cells/javascript-cpp/managing-p...
  8. 使用 JavaScript 通过 C++ 操作 ContentTypeProperties|D...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 操作 Excel 文件中的自定义 ContentTypeProperties。...Cells提供 Workbook.contentTypePropertie 方法添加..."text/javascript" > const { Workbook , SaveFormat , FileFormatType...

    docs.aspose.com/cells/zh/javascript-cpp/working...
  9. Manage Chart Workbooks in Presentations Using С...

    Discover Aspose.Slides for С++: effortlessly manage chart Workbooks in PowerPoint and OpenDocument formats to streamline your presentation data....Manage Chart Workbooks in Presentations Using С++ Contents [...and Write Chart Data from a Workbook Aspose.Slides provides the...

    docs.aspose.com/slides/cpp/chart-workbook/
  10. Inserting and Deleting Rows and Columns in PHP|...

    Learn how to insert and delete rows and columns through the Aspose.Cells for PHP via Java APIs....Instantiating a Workbook object by an Excel file path $workbook = new Workbook...Workbook ( $dataDir . 'Book1.xls' ); # Accessing the first worksheet...

    docs.aspose.com/cells/java/inserting-and-deleti...