Sort Score
Result 10 results
Languages All
Labels All
Results 3,201 - 3,210 of 105,375 for

workbook

(0.17 sec)
  1. Show report filter pages option|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 } = AsposeCells...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/show-repor...
  2. Find Cells with Specific Style|Documentation

    Learn how to find or search cells with a particular style applied through the Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat , FindOptions...Instantiate Workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/find-cells...
  3. 使用JavaScript via C++以标准或最小尺寸保存Excel为PDF|Documen...

    学习如何使用Aspose.Cells for JavaScript via C++将Excel文件以标准或最小尺寸保存为PDF。..."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...arrayBuffer (); // Instantiating a Workbook object by loading the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/save-ex...
  4. Tile Picture as a Texture inside the Shape with...

    Learn how to tile a small picture as a texture inside a shape using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( path . join...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/tile-picture-a...
  5. 使用JavaScript和C++确定工作表的纸张大小是否为自动|Documentation

    本文说明如何利用JavaScript API和C++插件以编程方式判断工作表的纸张大小是否设置为自动。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); // Instantiating Workbook objects from uploaded files...

    docs.aspose.com/cells/zh/javascript-cpp/determi...
  6. 用C++替换SmartArt中的文本|Documentation

    了解如何使用Aspose.Cells for C++通过设置Shape.Text属性来更新Smart Art中的文本。...xlsx" ; Workbook workbook ( inputFilePath ); WorksheetCollection...WorksheetCollection worksheets = workbook . GetWorksheets (); for (...

    docs.aspose.com/cells/zh/cpp/replace-text-in-sm...
  7. Convert an Excel Chart to Image with Node.js vi...

    Learn how to convert Excel charts to images using Aspose.Cells for Node.js via C++....Microsoft Excel: Open a new workbook in Microsoft Excel. Input...chart. const workbook = new AsposeCells . Workbook ( path . join...

    docs.aspose.com/cells/nodejs-cpp/convert-an-exc...
  8. Change the format of a cell with C++|Documentation

    How to use Aspose.Cells library in C++ to change the formatting of cells, including font, color, border, etc. By adjusting these properties, you have more control over how cells look and appear....steps: Open Excel and open the workbook that contains the cell you...example, we create an Excel workbook, add some sample data, access...

    docs.aspose.com/cells/cpp/how-to-change-format-...
  9. Convert an Excel Chart to Image with C++|Docume...

    Learn how to convert Excel charts to images using Aspose.Cells with C++....Microsoft Excel: Open a new workbook in Microsoft Excel. Input...contains the pie chart. Workbook workbook ( srcDir + u "PieChart...

    docs.aspose.com/cells/cpp/convert-an-excel-char...
  10. 如何通过 C++ 使用 JavaScript 创建柱状图|Documentation

    学习如何通过 C++ API 使用 Aspose.Cells for JavaScript 创建柱状图。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiating a Workbook object from uploaded file const workbook = new...

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