Sort Score
Result 10 results
Languages All
Labels All
Results 4,891 - 4,900 of 103,793 for

workbook

(0.1 sec)
  1. Compress XLTM Files Online or using Android Mob...

    Free online app to compress different XLTM files. Android compression library Java code for XLTM 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. 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...
  3. Compress XLS Files Online or using Android Mobi...

    Free online app to compress different XLS files. Android compression library Java code for XLS 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...
  4. Manage OLE in Presentations Using Python|Aspose...

    Optimize OLE object management in PowerPoint and OpenDocument files with Aspose.Slides for Python via .NET. Embed, update, and export OLE content seamlessly.... Create a Workbook object and read the OLE data...the data. Save the updated Workbook to a stream. Replace the OLE...

    docs.aspose.com/slides/python-net/manage-ole/
  5. 在包含自定义排序列表的列中排序数据|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...
  6. 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...
  7. Excel导出pdf,图表标签位置不一致 - Free Support Forum - asp...

    excel导出pdf,图表标签位置不一致,见附件Excel_pdf对比.png,这是bug,还是要做什么设置? Excel_pdf对比.png (116.9 KB) 图表导出pdf异常.zip (286.0 KB) public static void outputpdf() { Workbook Workbook = new Workbook("D:\\图表导出pdf异常.xl…...outputpdf() { Workbook workbook = new Workbook("D:\\图表导出pdf异常...常.xlsm"); workbook.Save("D:\\图表导出pdf异常.pdf",SaveFormat.Pdf);...

    forum.aspose.com/t/excel-pdf/322363
  8. 在电子表格中对数据进行排序|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...
  9. How to Read Password Protected Excel File in Py...

    This short tutorial contains information about how to read password protected Excel file in Python. It explains how using Python open password protected excel file with the help of step-by-step instructions and a runnable sample Python code....Load the Excel file into the Workbook object using the LoadOptions...loading the workbook. In the final step, when a workbook is successfully...

    kb.aspose.com/cells/python/how-to-read-password...
  10. Managing OLE Objects|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....Extracting OLE Objects in the Workbook The following example shows...to extract OLE Objects in a Workbook. The example gets different...

    docs.aspose.com/cells/java/managing-ole-objects/