Sort Score
Result 10 results
Languages All
Labels All
Results 2,811 - 2,820 of 103,641 for

workbook

(0.37 sec)
  1. Get Cell Validation in ODS Files|Documentation

    Learn how to get cell validation in ODS files using the Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...file stream const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/get-cell-v...
  2. 使用JavaScript通过C++实现工作表的自定义纸张大小以进行渲染|Documentation

    本文介绍如何通过C++的JavaScript API在将Excel文件以PDF格式渲染时,为目标工作表设置自定义纸张大小。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...file provided, create a new workbook as in the original JavaScript...

    docs.aspose.com/cells/zh/javascript-cpp/impleme...
  3. 基于单元格引用插入图片,使用JavaScript通过C++|Documentation

    学习如何基于单元格引用在工作表中插入图片,使用Aspose.Cells for JavaScript通过C++。显示单元格中的数据在图片中。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiate a new Workbook const workbook = new Workbook (); // Get...

    docs.aspose.com/cells/zh/javascript-cpp/insert-...
  4. 通过JavaScript与C++将单元格连接到XML映射元素|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...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/link-ce...
  5. Implement Custom Paper Size of Worksheet for Re...

    This article explains how to use the JavaScript API via C++ to set a custom paper size for your desired worksheets when rendering an Excel file to PDF format programmatically....the first worksheet in the workbook. Please also see the output..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/implement-...
  6. Setting Headers and Footers with C++|Documentation

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets by setting the header and footer with script commands using the C++ API or Library....Startup (); // Create a new workbook Workbook excel ; // Get the first...2 , u "&N" ); // Save the workbook excel . Save ( u "SetHeadersAndFooters_out...

    docs.aspose.com/cells/cpp/setting-headers-and-f...
  7. 使用JavaScript通过C++调整工作簿压缩级别|Documentation

    学习如何在Aspose.Cells for JavaScript中通过C++调整工作簿的压缩级别。..."text/javascript" > const { Workbook , SaveFormat , XlsbSaveOptions...arrayBuffer (); // Instantiating a Workbook object by opening the selected...

    docs.aspose.com/cells/zh/javascript-cpp/adjust-...
  8. Extra Blank Column Appears in Pivot Table HTML ...

    Summary When converting an Excel Workbook with a pivot table to HTML using Aspose.Cells for Node.js via Java, an unexpected blank column is appearing after the pivot table in the generated HTML output. Environment Libr…...Summary When converting an Excel workbook with a pivot table to HTML...columns). However, when the workbook is exported to HTML using...

    forum.aspose.com/t/extra-blank-column-appears-i...
  9. Aspose.Cells 9.0.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....instance of Workbook Workbook book = new Workbook (); //Get the...default Worksheet from the Workbook Worksheet sheet = book . getWorksheets...

    docs.aspose.com/cells/zh/java/public-api-change...
  10. How to Set Print Titles with JavaScript via C++...

    This article shows you how to set print titles using the Aspose.Cells library for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Load the workbook from the uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/how-to-set...