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

workbook

(0.09 sec)
  1. Create TextBox in which each line has a differe...

    Learn how to create a TextBox in which each line can have a different horizontal alignment using Aspose.Cells for Node.js via C++....Create a workbook. const wb = new AsposeCells . Workbook (); //...TextAlignmentType . Right ); // Save the workbook in xlsx format. wb . save...

    docs.aspose.com/cells/nodejs-cpp/create-textbox...
  2. Change the Absolute Path of External Link Data ...

    Learn how to change the absolute path of the external link data source file using Aspose.Cells for Node.js via C++....source file, please use the Workbook.getAbsolutePath() property...After that, it changes the Workbook.getAbsolutePath() property...

    docs.aspose.com/cells/nodejs-cpp/change-the-abs...
  3. Merge XLTM Files Online or using C++ | products...

    Free online app to combine different XLTM files. C++ merging library code to merge XLTM worksheets into other formats....XLTM using Workbook objects. Select the one Workbook as the base...Merge XLSB Files (Excel Binary Workbook) Merge XLSM Files (Macro-enabled...

    products.aspose.com/total/cpp/merge/xltm/
  4. Detect Merged Cells in a Worksheet with Node.js...

    Learn how to detect merged cells in a worksheet using Aspose.Cells for Node.js via C++. This article will show you how to use the library to identify and manipulate merged cells....xlsx" ); // Instantiate a new Workbook. // Open an existing Excel...wkBook = new AsposeCells . Workbook ( filePath ); // Get a worksheet...

    docs.aspose.com/cells/nodejs-cpp/detect-merged-...
  5. 使用C++生成条件格式化数据条图片|Documentation

    Aspose.Cells是一个用于操作电子表格文件的C++库。它支持生成条件格式化的数据条和图像,允许用户根据单元格的值自定义电子表格的显示。这篇文章将介绍如何使用Aspose.Cells库生成条件格式化的数据条和图像。...02_OutputDirectory \\ " ); Workbook workbook ( srcDir + u "sampleGenerateDataba...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/generate-condition...
  6. Export Worksheet CSS Separately in Output HTML|...

    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....Export single sheet workbook to HTML When a workbook with multiple...behavior is required for a workbook with a single worksheet when...

    docs.aspose.com/cells/net/export-worksheet-css-...
  7. HyperText Markup Language Format - HTML|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....be used to save your Excel workbooks into HTML format. The exported...exported HTML workbooks are Microsoft Excel‑oriented; i.e., they...

    docs.aspose.com/cells/net/hypertext-markup-lang...
  8. Save Specified Worksheets to PDF|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....all visible worksheets in a workbook to a PDF file. With the PdfSaveOptions...indicates visible sheets in a workbook, and SheetSet.All indicates...

    docs.aspose.com/cells/net/save-specified-worksh...
  9. 使用 С++ 管理演示文稿中的图表工作簿|Aspose.Slides 文档

    发现 Aspose.Slides for С++:轻松在 PowerPoint 和 OpenDocument 格式中管理图表工作簿,以简化您的演示文稿数据。...Cells :: IWorkbook > workbook ; try { workbook = Aspose :: Cells...:: IO :: MemoryStream (); workbook -> Save ( cellsOutputStream...

    docs.aspose.com/slides/zh/cpp/chart-workbook/
  10. Creating Subtotals|Documentation

    Learn how to create subtotals for any repeating values in a spreadsheet by using the Aspose.Cells for .NET API....the first worksheet of the workbook (as shown in the figure below)...Aspose.Cells provides a class, Workbook , that represents a Microsoft...

    docs.aspose.com/cells/net/creating-subtotals/