Sort Score
Result 10 results
Languages All
Labels All
Results 3,741 - 3,750 of 103,361 for

workbook

(0.14 sec)
  1. 使用C++通过JavaScript追踪前导和依赖单元格|Documentation

    学习如何使用C++通过Aspose.Cells for JavaScript追踪电子表格中的前导和依赖单元格。了解如何识别复杂财务工作表中的链接单元。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/precede...
  2. Converting Worksheet to Image and Worksheet to ...

    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....NET supports converting a workbook to multiple image files, one...worksheet from a template workbook to an image file. Convert...

    docs.aspose.com/cells/python-net/converting-wor...
  3. Apply Excel Theme with Node.js

    Follow this article to apply Excel theme with Node.js. It has the IDE settings, a list of steps, and a sample code to use Microsoft Excel themes with Node.js....create an Excel file using the Workbook class and get the style object...cell and save the resultant workbook These steps summarize the...

    kb.aspose.com/cells/nodejs/apply-excel-theme-wi...
  4. Using ActiveX Controls in Excel with Java

    This article guides for using ActiveX controls in Excel with Java. It has the IDE settings, steps, and a sample code to add combo box ActiveX control with Java....ActiveX controls Create a workbook and add a button to the shapes...of the target sheet in the workbook Add another ComboBox ActiveX...

    kb.aspose.com/cells/java/using-activex-controls...
  5. How to Remove Pivot Table in Excel in C#

    This article explains how to remove pivot table in Excel in C#. It shares the details for the IDE, programming logic, and a runnable sample code to delete pivot table in C#....delete pivot tables Load the workbook Access the worksheet Access...Remove the pivot table Save the workbook The above steps have described...

    kb.aspose.com/cells/net/how-to-remove-pivot-tab...
  6. 旋转单元格文本|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....ApplicationClass (); //Add a Workbook. Excel . Workbook objBook = ExcelApp...ExcelApp . Workbooks . Add ( System . Reflection . Missing . Value...

    docs.aspose.com/cells/zh/net/rotating-cell-text/
  7. A large row ID value truncated when row column ...

    Hi, I’ve enabled setPrintHeadings on a worksheet prior to converting it to PDF and I noticed that row IDs that are greater than 999 (i.e. 4 digits) are truncated in the PDF. (see screenshot) Is there a way to set the …...your Excel file Workbook workbook = new Workbook(filePath + "sample...worksheet Worksheet worksheet = workbook.getWorksheets().get(0); //...

    forum.aspose.com/t/a-large-row-id-value-truncat...
  8. How to Convert HTML to PDF with C++|Documentation

    This topic shows you how to convert HTML to PDF saveformat and MHTML to PDF saveformat using Aspose.Cells for C++.... Initialize a Workbook object. Save the output PDF...PDF document by calling the Workbook.Save() method. #include <iostream>...

    docs.aspose.com/cells/cpp/convert-html-to-pdf/
  9. 在刷新AutoFilter后获取所有隐藏行索引|Documentation

    了解如何在使用C++ API的Aspose.Cells for JavaScript中,通过刷新AutoFilter后获取所有隐藏行的索引。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from file input const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/get-all...
  10. 用 JavaScript 通过 C++ 读写 XLS 和 XLSB 文件的外部连接|Docum...

    学习如何使用Aspose.Cells for JavaScript通过C++读取和写入XLS和XLSB文件的外部连接。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Excel Xlsb file const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/read-an...