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

workbook

(0.09 sec)
  1. 通过 JavaScript 及 C++ 将图表转换为图片|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 转换图表为图片格式,如 JPEG 或 PNG。我们将演示如何从 Microsoft Excel 导出图表并将其保存为独立的图片,以便后续使用和处理。..."text/javascript" > const { Workbook , SaveFormat , ChartType ...require an input file; an empty workbook is created as in the original...

    docs.aspose.com/cells/zh/javascript-cpp/chart-t...
  2. Get Validation Applied on a Cell with C++|Docum...

    This article shows how to apply validation on a cell with C++....Instantiate the workbook from sample Excel file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/get-validation-applie...
  3. 通过JavaScript在C++中为命名范围设置公式|Documentation

    学习如何使用C++的JavaScript为电子表格中的命名范围设置公式。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...an instance of Workbook const book = new Workbook (); // Get the...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  4. 通过 JavaScript 及 C++ 将图表转换为 PDF 文件|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 将图表导出为 PDF 文件。我们将示范如何从 Microsoft Excel 导出图表并保存为 PDF,以便进一步分发和存档。..."text/javascript" > const { Workbook , SaveFormat , ChartType }...Create a new workbook const workbook = new Workbook (); // Add...

    docs.aspose.com/cells/zh/javascript-cpp/chart-t...
  5. Convert Table to ODS with JavaScript via C++|Do...

    Learn how to convert an Excel file with a table to ODS format using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...selected file const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/convert-ta...
  6. How to Convert JSON to CSV in Python

    This brief tutorial provides information on how to Convert JSON to CSV in Python. To write JSON to CSV Python environment configuration and sample code along with the detailed steps are provided....string variable Create an empty Workbook class object where the JSON...worksheet in the newly created workbook Instantiate JsonLayoutOptions...

    kb.aspose.com/cells/python/how-to-convert-json-...
  7. NdJson to Excel in reactive progreamming - Free...

    hi Team, we have a use case where we have NdJson stream coming over http and want to convert the json data into excel file . The json object will vary for different request. Is aspose going to use memory operation to par…...an Excel Workbook : Initialize an Aspose.Cells.Workbook object...Excel file. Add Data to the Workbook : For each parsed JSON object...

    forum.aspose.com/t/ndjson-to-excel-in-reactive-...
  8. Aspose.Cells 8.7.1 中的公共 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....//Create workbook object Workbook workbook = new Workbook (); //Access...worksheet Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/public-api-change...
  9. 利用C++的Aspose.Cells for JavaScript使用OpenXml的Shee...

    本文演示了如何利用C++的Aspose.Cells for JavaScript编程方式使用OpenXml的Sheet.SheetId属性进行Excel操作。...你可以在 workbook.xml 中看到此属性及其值,如下图所示。Aspose..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/utilize...
  10. Determine if Paper Size of Worksheet is Automat...

    This article explains how to use the Node.js API with C++ addons to determine if the paper size of a worksheet is set to automatic programmatically.... Workbook ( path . join ( dataDir ,...const wb2 = new AsposeCells . Workbook ( path . join ( dataDir ,...

    docs.aspose.com/cells/nodejs-cpp/determine-if-p...