Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 82,029 for

workbook

(0.12 sec)
  1. Chart to Image with Node.js via C++|Documentation

    Learn how to use Aspose.Cells for Node.js via C++ to convert a chart to an image format, such as JPEG or PNG. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a standalone image for further use and manipulation....Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook const...

    docs.aspose.com/cells/nodejs-cpp/chart-to-image/
  2. 使用 C++ 将特定工作表导出为 PDF|Documentation

    使用 Aspose.Cells 与 C++ 导出特定工作表为 PDF。...the template excel file Workbook workbook ( u "sheetset-example...pdf file with PdfSaveOptions workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/zh/cpp/save-specified-wor...
  3. 使用 C++ 在 Workbook 中添加 XML 映射 XmlMapCollection.A...

    学习如何使用 Aspose.Cells for Node.js via C++ 通过 XmlMapCollection.Add 方法在工作簿中添加 XML 映射。...使用 C++ 在 Workbook 中添加 XML 映射 XmlMapCollection.Add 方法 Contents...Create workbook object const wb = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/zh/nodejs-cpp/add-xml-map...
  4. 插入单元格注释|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....//Instantiating a Workbook object Workbook workbook = new Workbook (); Worksheet...Worksheet worksheet = workbook . getWorksheets (). get ( 0 );...

    docs.aspose.com/cells/zh/java/insert-cell-comme...
  5. Create, Manipulate or Remove Scenarios from Wor...

    In this article, you will learn how to create, manipulate or remove Scenarios from Excel Worksheets programmatically using C++ Library with Aspose.Cells API....scenarios from a worksheet in a workbook via Aspose.Cells APIs. Aspose...Load input Excel file Workbook workbook ( srcDir + u "aspose-sample...

    docs.aspose.com/cells/cpp/create-manipulate-or-...
  6. 禁用 C++ 中图表的数据标签换行|Documentation

    学习如何在 Aspose.Cells for C++ 中禁用图表数据标签的换行。我们的指南将向您展示如何防止长标签重叠,并提供更清晰、更易读的图表显示。...file inside the workbook object Workbook workbook ( inputFilePath...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/disable-text-wrapp...
  7. 在Python中冻结窗格|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.... Python 代码 workbook = self . Workbook ( self . dataDir...the Excel file worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/zh/java/freeze-panes-in-p...
  8. Replace tag with text in a textbox inside the W...

    Learn how to replace tags with text in textboxes within Excel worksheets using Aspose.Cells for Python via .NET....cells import Workbook , PdfSaveOptions # For complete...current_dir , "output" ) wb = Workbook ( os . path . join ( source_dir...

    docs.aspose.com/cells/python-net/replace-tag-wi...
  9. Copy Range Data with Style in C++|Documentation

    Copy range data including cell styles in Excel files using Aspose.Cells for C++....demonstrates how to: Create a workbook Populate cells with data Create...02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/copy-range-data-with-...
  10. Set Range Border with Node.js via C++|Documenta...

    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....example shows how to: Create a workbook. Add data to cells in the...Instantiating a Workbook object const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/set-range-border/