Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 82,029 for

workbook

(0.07 sec)
  1. Applying Subtotal and Changing Direction of Out...

    Learn how to apply subtotal and change direction of outline summary Rows below Detail by using the Aspose.Cells for C++ API....Create workbook from source Excel file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/applying-subtotal-and...
  2. Ինչպես փոխարկել Excel-ը XPS-ին Java-ում

    Այս ձեռնարկը բացատրում է, թե ինչպես փոխարկել Excel-ը XPS-ի Java-ում: XPS-ը շատ տարածված ֆայլի ձևաչափ է, որը կարող է ստեղծվել Excel-ից ցանկացած օպերացիոն համակարգում, ինչպիսիք են Windows-ը, macOS-ը և Linux-ը:...բեռնեք թիրախային Excel ֆայլը Workbook դասի օբյեկտում և այնուհետև...գրադարանը նախագծին Ավելացրեք հղում Workbook և SaveFormat դասերին` օգտագործելով...

    kb.aspose.com/hy/cells/java/how-to-convert-exce...
  3. 使用C++创建、处理或删除工作表中的场景|Documentation

    在本文中,你将学习如何使用C++和Aspose.Cells API在Excel工作表中程序化创建、操作或删除场景。...Load input Excel file Workbook workbook ( srcDir + u "aspose-sample...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/create-manipulate-...
  4. 用C++创建成交量 最高 最低 收盘(VHLC)股票图表|Documentation

    学习如何用Aspose.Cells for C++创建成交量 最高 最低 收盘股票图表。该指南将展示如何绘制股票市场数据,包括成交量、最高、最低和收盘价,以便更好的分析与可视化。...Create an instance of Workbook Workbook workbook ( u "Volume-High-Low-Close...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/create-volume-high...
  5. Implement Custom Calculation Engine to extend t...

    This article describes how to extend the default calculation engine by implementing a custom calculation engine using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new one, we can use the methods provided by Aspose.Cells to implement a custom calculation engine and get the results. Finally, we save the modified Excel file to disk....Run () { Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...SetFormula ( u "=TODAY()" ); workbook . CalculateFormula (); std...

    docs.aspose.com/cells/cpp/implement-custom-calc...
  6. 仅复制范围数据(无格式) C++实现|Documentation

    学习如何使用Aspose.Cells与C++仅复制范围数据,不包括格式。...02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets..., u "D3" ); Style style = workbook . CreateStyle (); style ....

    docs.aspose.com/cells/zh/cpp/copy-range-data-only/
  7. How to Format Number to Accounting with C++|Doc...

    This article will introduce how to Format Number to Accounting using Aspose.Cells for C++ API....Open a Workbook : You start by creating a new workbook or opening...a new Workbook or load an existing one Workbook workbook ; //...

    docs.aspose.com/cells/cpp/how-to-format-number-...
  8. How to Generate PDF from Excel in Java

    In this brief tutorial we will learn how to generate PDF from Excel in Java. You can perform these tasks in macOS, Linux, and Windows....repository Add a reference to Workbook class using Import in the...source Excel file into the Workbook object for conversion to PDF...

    kb.aspose.com/cells/java/how-to-generate-pdf-fr...
  9. Opening Files in PHP|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....$dataDir = '' ; $workbook1 = new Workbook ( $dataDir . "Book1.xls" );..."Book2.xls" ); // Creating an Workbook object with the stream object...

    docs.aspose.com/cells/java/opening-files-in-php/
  10. Pivot Table and Source Data with C++|Documentation

    Learn how to dynamically change a pivot table's source data using Aspose.Cells with C++....xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...file Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/pivot-table-and-sourc...