Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 104,117 for

workbook

(0.53 sec)
  1. Merge XLT Files Online or using C++ | products....

    Free online app to combine different XLT files. C++ merging library code to merge XLT worksheets into other formats....XLT 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/xlt/
  2. Cells#copyColumns results in incomplete formatt...

    Hi, Using Aspose Cells for Java, version 25.9. Sample code: Workbook Workbook = new Workbook("input.xlsx"); Worksheet worksheet = Workbook.getWorksheets().get("IT Projections"); Cells cells = worksheet.getCells(); cel…... Sample code: Workbook workbook = new Workbook("input.xlsx");...xlsx"); Worksheet worksheet = workbook.getWorksheets().get("IT Projections");...

    forum.aspose.com/t/cells-copycolumns-results-in...
  3. Xlsx转csv时,只能转换第一个sheet的数据 - Free Support Forum ...

    我使用的版本是: <groupId>com.aspose</groupId> <artifactId>aspose-cells</artifactId> <version>23.6</version> 代码如下: LoadOptions loadOptions = new LoadOptions(); Workbook = new Workbook(inputStream, loadOptions); int sheetCount…...new LoadOptions(); workbook = new Workbook(inputStream, loadOptions);...loadOptions); int sheetCount = workbook.getWorksheets().getCount();...

    forum.aspose.com/t/xlsx-csv-sheet/316668
  4. Creating Subtotals|Documentation

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

    docs.aspose.com/cells/javascript-cpp/creating-s...
  5. Aspose compression is consuming more RAM and CP...

    Hi Team, We recently implemented compression to reduce file sizes. However, we’ve observed a significant increase in resource consumption, which has led to API performance degradation. Could you please suggest possible …...throws Exception { Workbook workbook = new Workbook(); Worksheet sheet...sheet = workbook.getWorksheets().get(0); // sheet.getCells()...

    forum.aspose.com/t/aspose-compression-is-consum...
  6. 格式化数据透视表单元格|Documentation

    如何使用C++的Aspose.Cells for JavaScript对数据透视表单元格进行格式化。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/format-...
  7. Avoid using scientific notation when the import...

    Hi, Is there a way to avoid using scientific notation on a large numeric value when using smart marker? Let’s say if my data from the data source includes a large numeric value (e.g. “123456789000”), when I process the…...“123456789000”), when I process the workbook to import the data from the...// Load your workbook var workbook = new Workbook("yourfile.xlsx");...

    forum.aspose.com/t/avoid-using-scientific-notat...
  8. Saving 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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/net/saving-files-in-php/
  9. Public API Changes in Aspose.Cells 8.0.2|Docume...

    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....//Instantiate a new Workbook var book = new Workbook (); //Get the...; //Create an instance of Workbook and load an HTML‑based spreadsheet...

    docs.aspose.com/cells/net/public-api-changes-in...
  10. 用 Node.js 通过 C++ 实现其他语言的 Subtotal 或 Grand Total...

    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....source workbook const workbook = new AsposeCells . Workbook ( path... GlobalizationSetting (); workbook . getSettings (). setGlobalizationSett...

    docs.aspose.com/cells/zh/nodejs-cpp/implement-s...