Sort Score
Result 10 results
Languages All
Labels All
Results 4,901 - 4,910 of 105,375 for

workbook

(0.11 sec)
  1. Compress CSV Files Online or using Android Mobi...

    Free online app to compress different CSV files. Android compression library Java code for CSV documents....Project Load the document via Workbook class There are 9 levels of...Compress XLSB Files (Excel Binary Workbook) Compress XLSM Files (Macro-enabled...

    products.aspose.com/total/android-java/compress...
  2. Export CSV to OTT in Android or with free Onlin...

    Android API to Convert CSV to OTT without using Microsoft Word or online. Test free CSV to OTT online converter quickly before integrating the code....to OTT Open CSV file using Workbook class Convert CSV to PDF and...file using Workbook class Workbook book = new Workbook ( "input...

    products.aspose.com/total/android-java/conversi...
  3. Export CSV to PPT in Android or with free Onlin...

    Android API to Convert CSV to PPT without using Microsoft Word or online. Test free CSV to PPT online converter quickly before integrating the code....to PPT Open CSV file using Workbook class Convert CSV to PDF and...file using Workbook class Workbook book = new Workbook ( "input...

    products.aspose.com/total/android-java/conversi...
  4. 在包含自定义排序列表的列中排序数据|Documentation

    了解如何使用C++ API中的Aspose.Cells for JavaScript通过自定义列表对列中的数据进行排序。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); // Instantiating a Workbook object from uploaded file...

    docs.aspose.com/cells/zh/javascript-cpp/sort-da...
  5. 在电子表格中对数据进行排序|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....object in the workbook DataSorter sorter = workbook . getDataSorter...

    docs.aspose.com/cells/zh/java/sort-data-in-spre...
  6. XLSX-to-PDF-to-PPTX in Java: The Legend Color I...

    When converting the Excel chart to PDF and then to PPTX, the Legend color icon is not properly aligned with the legend text. Aspose version: implementation ‘com.aspose:aspose-words:26.2:jdk17’ implementation ‘com.aspo…...PowerPointService() def workbook = new Workbook('/Users/nitesh.kc/Downloads/NPC_ISSue...kc/Downloads/NPC_ISSue.xlsx') workbook.save("/Users/nitesh.kc/Downloads/Lorem...

    forum.aspose.com/t/xlsx-to-pdf-to-pptx-in-java-...
  7. Convert Chart to Image for Japanese Region|Docu...

    Learn how to use Aspose.Cells for .NET sets the Japanese configuration for the chart. Our guide will demonstrate how to configure charts to support Japanese characters and formatting, including fonts, size, text direction, and more.... Code example: Workbook wb = new Workbook ( "Japanese.xls"...

    docs.aspose.com/cells/net/convert-chart-to-imag...
  8. How to possible top row color set like z-index ...

    @John.He , @amjad.sahi, @peyton.xu // Example: Apply background color priority - Top, Middle, Bottom Style topStyle = worksheet.Workbook.CreateStyle(); topStyle.ForegroundColor = Color.LightGreen; topStyle.Pattern = Bac…...Workbook.CreateStyle(); topStyle.ForegroundColor...Style middleStyle = worksheet.Workbook.CreateStyle(); middleStyle...

    forum.aspose.com/t/how-to-possible-top-row-colo...
  9. com.aspose.cells.CellsException: This file's fo...

    Using: aspose-cells-8.1.2.jar Execute environment: 2014-11-18 14:19:25,284 [main] INFO Java Version : 1.6.0_65-b14-466.1-11M4716 2014-11-18 14:19:25,284 [main] INFO Java Home : /System/Library/Java/JavaV…...Workbook workbook = new com.aspose.cells.Workbook(input...absolutePath) mkdirs(output) workbook.save(output.absolutePath,...

    forum.aspose.com/t/com-aspose-cells-cellsexcept...
  10. Calculate Formulas with Golang via C++|Document...

    This article introduces how to use the Aspose.Cells library to calculate formulas in Microsoft Excel with Golang via C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....CalculateFormula method of the Workbook class, which processes all...the Calculate methods of the Workbook , Worksheet , and Cell classes...

    docs.aspose.com/cells/go-cpp/calculate-formulas/