Sort Score
Result 10 results
Languages All
Labels All
Results 3,871 - 3,880 of 99,948 for

workbook

(0.12 sec)
  1. 使用C++管理控件|Documentation

    学习如何使用Aspose.Cells与C++在工作表中添加和管理各种控件,如线条、矩形、弧、椭圆、旋钮、滚动条和组框。...Instantiate a new Workbook. Workbook workbook ; // Get the first...book. Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/managing-controls/
  2. 用Node.js通过C++判断工作表是否为对话框工作表|Documentation

    本文提供判断Excel工作表是否为对话框工作表的说明和示例代码,使用Aspose.Cells for Node.js via C++。...Sheet const workbook = new AsposeCells . Workbook ( filePath );...first worksheet const ws = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/find-if-the...
  3. Apply Excel Color Themes in Java

    Follow this guide for applying Excel color themes in Java. Get the IDE settings, steps, and a sample code to set colors using Microsoft Excel themes in Java....style for the cell Save the workbook The above-mentioned steps...process for using the Excel workbook theme in Java . Commence the...

    kb.aspose.com/cells/java/apply-excel-color-them...
  4. Extract Text from the Gear Type SmartArt Shape ...

    Learn how to extract text from the Gear Type SmartArt Shape using Aspose.Cells for Node.js via C++.... const workbook = new AsposeCells . Workbook ( filePath );...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/extract-text-f...
  5. 在Apache POI和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....Cells提供一个代表Microsoft Excel文件的类 WorkbookWorkbook类包含一个WorksheetCollect...all around. Style style = workbook . createStyle (); style ....

    docs.aspose.com/cells/zh/java/working-with-bord...
  6. Insert a Page Break in Excel using C#

    Insert a page break in Excel using C#. Get the IDE settings, a list of steps, and a sample code to set page break in Excel using C#....Load the Excel file into the Workbook class object for adding manual...collection Save the resultant workbook with a single manual page...

    kb.aspose.com/cells/net/insert-a-page-break-in-...
  7. 使用 Node.js 和 C++ 读取形状发光效果的颜色|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 读取形状发光效果的颜色...file const workbook = new AsposeCells . Workbook ( path . join...first worksheet const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/read-color-...
  8. Get Range with External Links using Node.js via...

    Learn how to get ranges with external links using Aspose.Cells for Node.js via C++. Retrieve data from different Excel files efficiently....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...filePath ); const names = workbook . getWorksheets (). getNames...

    docs.aspose.com/cells/nodejs-cpp/get-range-with...
  9. Row Column headings incorrectly displayed in HT...

    We have activated display of row/column headings using setExportRowColumnHeadings() in the HTML output When our Excel sheet contains hidden columns, the column headings displayed in HTML do not match anymore the columns…...args) { try { Workbook workbook = new Workbook(“columns hidden...outputPath = "output.html"; workbook.save(outputPath, saveOptions);...

    forum.aspose.com/t/row-column-headings-incorrec...
  10. Public API Changes in Aspose.Cells 16.10.0|Docu...

    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....add a shape var book = new Workbook ( "sample.xlsx" ); // Access...add a shape var book = new Workbook ( "sample.xlsx" ); // Access...

    docs.aspose.com/cells/net/public-api-changes-in...