Sort Score
Result 10 results
Languages All
Labels All
Results 4,071 - 4,080 of 102,530 for

workbook

(0.25 sec)
  1. 使用 C++ 的 JavaScript 错误检查选项|Documentation

    学习如何在 Excel 工作表中通过 C++ 编程方式使用错误检查选项。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiate a Workbook by reading the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/use-err...
  2. Convert Table to ODS with C++|Documentation

    Convert an Excel file with a table to ODS file format using Aspose.Cells with C++....xlsx" ; Workbook workbook ( inputFilePath ); //...Save the file in ODS format workbook . Save ( outputDir + u "C...

    docs.aspose.com/cells/cpp/convert-table-to-ods/
  3. Formula Calculation Engine in Aspose.Cells|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....//Instantiating a Workbook object Workbook book = new Workbook (); //Obtaining...

    docs.aspose.com/cells/net/formula-calculation-e...
  4. Export Document Structure While Converting to P...

    Learn how to export document structure while converting to PDF with Aspose.Cells in C++.... Workbook workbook ( u "document-structure-example...file using PdfSaveOptions workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/cpp/export-document-struc...
  5. Opening Files in Ruby|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....'/data/' workbook = Rjb :: import ( 'com.aspose.cells.Workbook' ) ...xls' ) workbook = Rjb :: import ( 'com.aspose.cells.Workbook' ) ...

    docs.aspose.com/cells/java/opening-files-in-ruby/
  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....worksheet(default sheet) in the workbook. Aspose . Cells . Worksheet...Worksheet w = report . Workbook . Worksheets [ 0 ]; //Input some markers...

    docs.aspose.com/cells/zh/net/using-anonymous-ty...
  7. Using Anonymous Types or Custom Objects|Documen...

    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....worksheet (default sheet) in the workbook. Aspose . Cells . Worksheet...Worksheet w = report . Workbook . Worksheets [ 0 ]; // Input some markers...

    docs.aspose.com/cells/net/using-anonymous-types...
  8. 数据透视表中的自定义排序|Documentation

    如何使用Aspose.Cells for JavaScript通过C++对数据透视表的字段值进行排序。..."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/custom-...
  9. 使用JavaScript通过C++读取支持多编码的CSV文件|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++读取多编码的CSV文件。..."text/javascript" > const { Workbook , SaveFormat , TxtLoadOptions...CSV into a Workbook using the options const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/reading...
  10. Create Open-High-Low-Close (OHLC) Stock Chart w...

    Learn how to create an open-high-low-close stock chart using Aspose.Cells for JavaScript via C++. Our guide will demonstrate how to plot stock market data, including the open, high, low, and close prices, onto a chart for better analysis and visualization...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/create-ope...