Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 103,883 for

workbook

(0.14 sec)
  1. 通过Node.js的C++将宏分配给表单控件|Documentation

    了解如何使用Aspose.Cells for Node.js via C++将宏代码分配给如按钮等表单控件。...__dirname , "data" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook (); const sheet...

    docs.aspose.com/cells/zh/nodejs-cpp/assign-macr...
  2. Export Document Structure While Converting to P...

    Learn how to export document structure while converting an Excel file to a tagged PDF using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...arrayBuffer (); // Instantiating a Workbook object by opening the Excel...

    docs.aspose.com/cells/javascript-cpp/export-doc...
  3. Draw Timeline while rendering Excel to PDF with...

    Manage timelines of Excel files with Aspose.Cells for JavaScript via C++.... It then saves the workbook as output PDF file . The following..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/draw-timel...
  4. Find the Root Element Name of XML Map with Java...

    Learn how to find the root element name of an XML map in Excel using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiating a Workbook object using the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/find-the-r...
  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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Accessing...file Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/create-date-cell-...
  6. Calculation of Array Formula of Data Tables wit...

    How to use the Aspose.Cells library to calculate array formulas for a data table in Microsoft Excel using JavaScript via C++. Load or create an Excel file, calculate the array formula, and save the modified file.... Please use Workbook.calculateFormula() as usual..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/calculatio...
  7. 用JavaScript通过C++隐藏工作表中的零值显示|Documentation

    本文章将为您展示一段示例代码,说明如何通过C++的JavaScript库以编程方式隐藏Excel电子表格中的零值。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/hiding-...
  8. 用JavaScript通过C++为PDF添加水印|Documentation

    学习如何在将Excel转换为PDF时,使用Aspose.Cells for Java脚本通过C++添加文本和图像水印。...Example </ h1 > < p > Select a workbook file (optional). The example...example will also create a new workbook with 3 pages and apply a text...

    docs.aspose.com/cells/zh/javascript-cpp/add-wat...
  9. Public API Changes in Aspose.Cells 8.6.3|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....0 , importOptions ); Added Workbook.CreateBuiltinStyle Method...NET 8.6.3 has exposed the Workbook.CreateBuiltinStyle method...

    docs.aspose.com/cells/net/public-api-changes-in...
  10. 使用JavaScript通过C++进行JSON|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++将Excel工作簿转换为JSON。...Json 作为 Workbook.save(string, SaveFormat) 方法的第二个参数传递。你还可以使用...Aspose.Cells Example - Convert Workbook to JSON </ title > </ head...

    docs.aspose.com/cells/zh/javascript-cpp/convert...