Sort Score
Result 10 results
Languages All
Labels All
Results 3,651 - 3,660 of 102,528 for

workbook

(0.25 sec)
  1. 使用C++复制范围数据并保持样式|Documentation

    使用Aspose.Cells for C++在Excel文件中复制范围数据,包括单元格样式...02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets..., u "D3" ); Style style = workbook . CreateStyle (); style ....

    docs.aspose.com/cells/zh/cpp/copy-range-data-wi...
  2. Calculate Page Setup Scaling Factor with Node.j...

    This article provides sample code explaining how to use the Node.js API with C++ to calculate the page‑setup scaling factor using the **Fit to n page(s) wide by m tall** option of an Excel worksheet programmatically....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/calculate-page...
  3. Get Equation Text of Chart Trendline with C++|D...

    Learn how to use Aspose.Cells for C++ to retrieve the equation text of a trendline in a chart created in Microsoft Excel. Our guide will demonstrate how to access and extract the equation of a trendline for further analysis or display....Create workbook object from source Excel file Workbook workbook...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/get-equation-text-of-...
  4. Assign Macro to Form Control|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....a form control inside the workbook. The following sample code...code creates a new workbook, assigns a macro to a form button, and...

    docs.aspose.com/cells/python-net/assign-macro-t...
  5. 使用 JavaScript 通过 C++ 合并和拆分单元格|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 JavaScript 库,支持合并和拆分单元格。本文将介绍如何使用 Aspose.Cells 库合并和拆分单元格,并提供自定义合并单元格样式的选项。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...{ // Create a Workbook. const wbk = new Workbook (); // Create...

    docs.aspose.com/cells/zh/javascript-cpp/merging...
  6. 如何使用Aspose.Cells for Node.js via C++添加数据透视图|Doc...

    如何使用Aspose.Cells for Node.js via C++添加数据透视图...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-add-...
  7. Embed Attachment to PDF with C++|Documentation

    Learn how to embed attachments into PDF using Aspose.Cells with C++....Open the template file Workbook workbook ( u "embedded-attachments-example...pdf file with PdfSaveOptions workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/cpp/embed-attachment-to-pdf/
  8. Using Sparklines and Setting 3D Format with Jav...

    Learn how to use sparklines and apply 3D formatting in Excel files with Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , CellArea ,...Instantiate a Workbook by opening the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/using-spar...
  9. 以只读方式打开电子表格文档|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.... Workbook workbook = new Workbook ( filepath );...

    docs.aspose.com/cells/zh/net/open-a-spreadsheet...
  10. 插入数据透视表|Documentation

    创建和格式化Excel电子表格文件的数据透视表。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiate a new Workbook object const workbook = new Workbook (); // Obtaining...

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