Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 82,064 for

workbook

(0.1 sec)
  1. Convert Table to ODS with C++|Documentation

    Convert an Excel file with a table to ODS file format using Aspose.Cells with C++....xlsx" ; Workbook workbook ( inputFilePath ); //...Save the file in ODS format workbook . Save ( outputDir + u "C...

    docs.aspose.com/cells/cpp/convert-table-to-ods/
  2. Tracing Precedents and Dependents in Aspose.Cel...

    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 ( "book1..."book1.xls" ); Cells cells = workbook . Worksheets [ 0 ]. Cells...

    docs.aspose.com/cells/net/tracing-precedents-an...
  3. Export Document Structure While Converting to P...

    Learn how to export document structure while converting to PDF with Aspose.Cells in C++.... Workbook workbook ( u "document-structure-example...PDF file with PdfSaveOptions workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/cpp/export-document-struc...
  4. 用C++在Node.js中计数工作表中的单元格数量|Documentation

    学习如何通过Aspose.Cells for Node.js via C++以编程方式统计Excel工作表中的单元格数。...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/count-numbe...
  5. Using Anonymous Types or Custom Objects|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....worksheet(default sheet) in the workbook. Aspose . Cells . Worksheet...Worksheet w = report . Workbook . Worksheets [ 0 ]; //Input some markers...

    docs.aspose.com/cells/net/using-anonymous-types...
  6. How to create a Shape and also edit with points...

    Here is the document for reference to know in detail edit points.zip (33.3 KB)... 25, 0, 270); Workbook workbook = new Workbook(); //add free...free form workbook.Worksheets[0].Shapes.AddFreeform(1, 0, 1, 0, 300...

    forum.aspose.com/t/how-to-create-a-shape-and-al...
  7. Add calculated field in Pivot Table with C++|Do...

    How to add a calculated field in pivot table with Aspose.Cells for C++.... Finally, it saves the workbook in output XLSX format. Sample...// Creating a Workbook object Workbook workbook ; // Obtaining...

    docs.aspose.com/cells/cpp/add-calculated-field-...
  8. How to create Dynamic Rolling Chart with Node.j...

    Learn how to create a dynamic rolling chart using Aspose.Cells for Node.js via C++. Our guide will demonstrate how to implement smooth data transitions and rolling averages in your chart for a continuous and updated display....localPath = "" ; // Create a new workbook and access the first worksheet...worksheet. const workbook = new AsposeCells . Workbook (); const sheets...

    docs.aspose.com/cells/nodejs-cpp/create-dynamic...
  9. Code Comparison for common features with VSTO|D...

    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....Cells Adding New Worksheets to Workbook and Activating a Sheet in...Apply Styles to Ranges in Workbooks Auto Filter Data in VSTO and...

    docs.aspose.com/cells/net/code-comparison-for-c...
  10. 图表数据标签|Aspose.Slides for Python 文档

    在Python中设置PowerPoint图表数据标签和距离...获取图表数据工作表 workbook = chart . chart_data . chart_data_workbook # 添加新系列...chart_data . series . add ( workbook . get_cell ( defaultWorksheetInde...

    docs.aspose.com/slides/zh/python-net/chart-data...