Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 87,226 for

workbook

(0.07 sec)
  1. 在 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....Microsoft Excel 文件的 Workbook 类。 Workbook 类包含一个 Worksheets 集合,允许访问...Sheet3。每个工作表显示了行和列标题。 Book1.xls:修改前的工作表 通过调用 Workbook 类的 Open 方法打开 Book1.xls,然后...

    docs.aspose.com/cells/zh/net/display-or-hide-ro...
  2. 使用Node.js通过C++自动调整合并单元格的行高|Documentation

    学习如何使用Aspose.Cells for Node.js via C++自动调整合并单元格的行高。在表格中实现自动调整功能。...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Obtaining the reference of the newly added...

    docs.aspose.com/cells/zh/nodejs-cpp/autofit-row...
  3. Update XLSM File using Python | products.aspose...

    Modify XLSM document in Python applications without using Microsoft Excel.... Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/python-java/update/xlsm/
  4. Apply Styles to Ranges in Workbooks|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....Apply Styles to Ranges in Workbooks Contents [ Hide ] Below is...and columns of workbooks: VSTO Excel . Workbook myWorkbook = this...

    docs.aspose.com/cells/net/apply-styles-to-range...
  5. Extract Theme Data from Excel File|Documentation

    Learn how to extract theme data from Excel files using Aspose.Cells for Node.js via C++. Obtain style and formatting information effectively....extract Theme Name applied to workbook and Theme Color applied to...You can apply Theme to your workbook using Microsoft Excel via...

    docs.aspose.com/cells/nodejs-cpp/extract-theme-...
  6. Create XLTM using Python | products.aspose.com

    Generate Microsoft Excel XLTM documents using Python applications without using Microsoft Office....parameter while creating the Workbook object. How to Create XLTM...File in Python Create new Workbook class object having FileFormatType...

    products.aspose.com/total/python-java/create/xltm/
  7. 用C++插入切片器|Documentation

    使用Aspose.Cells结合C++管理Excel文件中的切片器。...file containing pivot table Workbook wb ( inputFilePath ); // Access... Get ( idx ); // Save the workbook in output XLSX format wb ...

    docs.aspose.com/cells/zh/cpp/create-slicer/
  8. Public API Changes in Aspose.Cells 8.9.2|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....Initialize Workbook instance var book = new Workbook (); // Access...Initialize Workbook instance var book = new Workbook (); // Access...

    docs.aspose.com/cells/net/public-api-changes-in...
  9. Totals is not recovering correctly - Free Suppo...

    Hi, We are using table with multiple Totals One of them as Total Row. The others are user created and they are part of the table. We use the mechanism table.ShowTotals = false; and after manipulating the data (includi…...var workbook = new Workbook(input); var table = workbook.Worksheets[0]...SOMETHING table.ShowTotals = true; workbook.Save(output); UPDATE: I noticed...

    forum.aspose.com/t/totals-is-not-recovering-cor...
  10. 用C++提取SQL连接数据|Documentation

    学习如何使用Aspose.Cells for C++检索SQL连接数据,包括服务器URL、用户名、表名等。...Cells提供 Workbook::get_DataConnections() 方法,用于检索外部连接。它返回工作簿中的...Create a workbook object from source file Workbook workbook ( srcDir...

    docs.aspose.com/cells/zh/cpp/retrieving-sql-con...