Sort Score
Result 10 results
Languages All
Labels All
Results 5,481 - 5,490 of 106,120 for

workbook

(0.24 sec)
  1. insertColumns() not work fine with InsertOption...

    Hi, I have an issue. When I try insert row/column with the object InsertOption this work fine with the insertRows() but not with insertColumns(). Workbook Workbook = new Workbook("cicciofessa.xlsx"); Worksheet workshe…... Workbook workbook = new Workbook("cicciofessa.xlsx");...xlsx"); Worksheet worksheet = workbook.getWorksheets().get(0); InsertOptions...

    forum.aspose.com/t/insertcolumns-not-work-fine-...
  2. Public API Changes in Aspose.Cells 8.9.1|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....an instance of Workbook var book = new Workbook ( dir + "sample...an instance of Workbook var book = new Workbook ( dir + "sample...

    docs.aspose.com/cells/net/public-api-changes-in...
  3. How to Format Number to Special|Documentation

    This article will introduce how to format number to special using Aspose.Cells for Python via .NET API....aspose-cells-python Step 2: Create a Workbook and Access a Worksheet You...You can either create a new workbook or open an existing one. Step...

    docs.aspose.com/cells/python-net/how-to-format-...
  4. How to Format Number to Time|Documentation

    This article introduces how to format numbers to time using Aspose.Cells for JavaScript via C++ API....time‑related data in your workbook is consistent, which is crucial... Step 2: Open an Existing Workbook from File Input Use a file...

    docs.aspose.com/cells/javascript-cpp/how-to-for...
  5. Convert PPTM to XLSM via PHP or with free Onlin...

    PHP API to Convert PPTM to XLSM or Online App without using Microsoft Office Powerpoint or Excel. Test free PPTM to XLSM online converter quickly before integrating the code....HTML as parameters Use Workbook class to load the exported...Binary Workbook) Convert PPTM to XLSX (Open XML Workbook) Convert...

    products.aspose.com/total/php-java/conversion/p...
  6. Regarding delete images in client side - Free S...

    Is there any chance to delete the images in client level.... Load the workbook // ---------- Workbook workbook = new Workbook(inputFile);...for (int wsIdx = 0; wsIdx < workbook.getWorksheets().getCount();...

    forum.aspose.com/t/regarding-delete-images-in-c...
  7. Convert XLTM to POTM via PHP or with free Onlin...

    PHP API to Convert XLTM to POTM or Online App without using Microsoft Excel or Powerpoint. Test free XLTM to POTM online converter quickly before integrating the code....Open and load XLTM file using Workbook class Set the PDF save options...template is used to create a new workbook, the macros from the template...

    products.aspose.com/total/php-java/conversion/x...
  8. Convert XLTM to POTX via PHP or with free Onlin...

    PHP API to Convert XLTM to POTX or Online App without using Microsoft Excel or Powerpoint. Test free XLTM to POTX online converter quickly before integrating the code....Open and load XLTM file using Workbook class Set the PDF save options...template is used to create a new workbook, the macros from the template...

    products.aspose.com/total/php-java/conversion/x...
  9. Convert XLTM to PPS via PHP or with free Online...

    PHP API to Convert XLTM to PPS or Online App without using Microsoft Excel or Powerpoint. Test free XLTM to PPS online converter quickly before integrating the code....Open and load XLTM file using Workbook class Set the PDF save options...template is used to create a new workbook, the macros from the template...

    products.aspose.com/total/php-java/conversion/x...
  10. How to Convert JSON to PDF in Java

    This simple tutorial explains how to convert JSON to PDF in Java. It contains the steps and a code snippet to generate PDF from JSON data in Java....application Create an empty Workbook to save the JSON data Get...importData Save the resultant workbook as a PDF to get the desired...

    kb.aspose.com/cells/java/how-to-convert-json-to...