Sort Score
Result 10 results
Languages All
Labels All
Results 5,871 - 5,880 of 105,080 for

workbook

(0.14 sec)
  1. Convert PS to ODS in Android Apps | products.as...

    Render PS to ODS in Android Apps API without using Microsoft Excel or Adobe Reader...Load XLSX document by using Workbook class Save the document to...protectSharedWorkboo method of Workbook class. Explore PS Conversion...

    products.aspose.com/total/android-java/conversi...
  2. Public API Changes in Aspose.Cells 17.1.0|Docum...

    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....excel file var book = new Workbook ( dir + "sample.xlsx" ); //...an instance of Workbook var book = new Workbook (); // Set CheckCustomNumberFor...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. What's new in Aspose.Cells for Java|Documentation

    Aspose.Cells for Java expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product....when calculating formulas for Workbook Improve compatibility with...copying slicers when copying workbook Support token option of API...

    docs.aspose.com/cells/java/what-s-new-in-aspose...
  4. View and Update XLSB Properties Online or Updat...

    View and modify XLSB properties through online app for free. C# .NET API code to update and add XLSB properties....NET Create Workbook class. Access system defined...Use Cases for Excel Binary Workbook ( .xlsb ) Store large datasets...

    products.aspose.com/total/net/metadata/xlsb/
  5. HTML file is displayed incorrectly - Free Suppo...

    I am using Aspose.Cells 25.7.0. .NET 9.0 HTML file is displayed incorrectly in MacOS Windows Everything displays correctly in Google Chrome and Edge Mac OS The layout displays incorrectly in Google Chrome and Safari …... GetNameByName(Workbook wb, string? namedRange) {...output = @"C:\output.html"; Workbook? wbc; using (var ms = new...

    forum.aspose.com/t/html-file-is-displayed-incor...
  6. Summarised Data from Pivot Table - Free Support...

    Is there any way to get Summarised Data / Flattened Data from pivot Table? Example Config Row fields: Location > Department > Designation > Employee Type Column fields: Gender > Band > Grade > Age-Group Aggregation fie…...Load the workbook Workbook workbook = new Workbook("your_file...xlsx"); Worksheet worksheet = workbook.Worksheets[0]; // Access the...

    forum.aspose.com/t/summarised-data-from-pivot-t...
  7. Convert PPS to XLAM in Android Apps or with fre...

    Convert PPS to XLAM in Android Apps or Online App without using using Microsoft Excel or PowerPoint or online. Test free PPS to XLAM online converter quickly before integrating the code.... The Excel Macro-Enabled Workbook (XLAM) is a file format used...used to store Excel workbooks that contain macros. Converting...

    products.aspose.com/total/android-java/conversi...
  8. Merge XLSX Files Online or using C++ | products...

    Free online app to combine different XLSX files. C++ merging library code to merge XLSX worksheets into other formats....XLSX 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/xlsx/
  9. Aspose.Cells - Assigning formulas corrupts Exce...

    I perform the actions: reassign formulas, this action occurs without error. Then for some reason the file cannot be opened through Excel. The file is corrupted. If I restore the file, the formulas are broken. Aspose.C…...xlsx"; var workbook = new Workbook(input); var ws = workbook.Worksheets...Problem here } } workbook.CalculateFormula(); workbook.Save(output);...

    forum.aspose.com/t/aspose-cells-assigning-formu...
  10. How to Format Number as Date with C++|Documenta...

    This article will introduce how to format number to date using Aspose.Cells for C++ API....(); // Create a new workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/format-number-to-date/