Sort Score
Result 10 results
Languages All
Labels All
Results 4,781 - 4,790 of 100,573 for

workbook

(0.44 sec)
  1. Freeze Panes in Apache POI and Aspose.Cells|Doc...

    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....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/java/freeze-panes-in-apac...
  2. Export Similar Border Style When Border Style I...

    Learn how to export borders that are not supported by web browsers when converting Excel files to HTML using Aspose.Cells for Node.js via C++.... Workbook ( filePath ); // Specify HTML...setExportSimilarBord ( true ); // Save the workbook in HTML format with the specified...

    docs.aspose.com/cells/nodejs-cpp/export-similar...
  3. Handling JSON Array as Single Cell in CSV Using...

    Hello Aspose Support Team, I am exploring the possibility of converting a JSON array property into CSV format using Aspose APIs. I already have a sample payload, template, and generated output, but my expected output is…...following codes: Workbook workbook = new Workbook(); WorkbookDesigner...workbookDesigner = new WorkbookDesigner(workbook); String[] tokens = new String[]...

    forum.aspose.com/t/handling-json-array-as-singl...
  4. 使用C++向工作表添加签名行|Documentation

    本文介绍如何使用C++代码结合Aspose.Cells for C++向工作表添加签名行。...01_SourceDirectory \\ " ); Workbook wb ; SignatureLine signatureLine...outputPath ); std :: cout << "Workbook with signature line saved...

    docs.aspose.com/cells/zh/cpp/add-signature-line/
  5. How to Convert Excel to HTML in Java

    In this concise tutorial explanation is provided on how to convert Excel to HTML in Java. You can configure the output HTML using a number of properties before you export Excel to HTML in Java....converted to HTML using the Workbook object Create and initialize...Java by loading it into a Workbook class object and then configuring...

    kb.aspose.com/cells/java/how-to-convert-excel-t...
  6. Find and Replace Text in Excel using Java

    Follow this article to find and replace text in Excel using Java. It has all the details to set the IDE, a list of steps, and a sample code to implement text find and replace in Excel using Java....source Excel file into the Workbook containing the text that you...if found Save the updated workbook after replacing a specific...

    kb.aspose.com/cells/java/find-and-replace-text-...
  7. How to Convert XML to XLSX in Java

    This breif article is about how to convert XML to XLSX in Java. It includes the steps for detailed system configuration, a step-wise pseudocode, and a working sample code to develop a converter application for XML to Excel in Java....file from the disk using the Workbook class instance by providing...disk using an instance of the Workbook class and also providing the...

    kb.aspose.com/cells/java/how-to-convert-xml-to-...
  8. Insert a Page Break in Excel using Python

    Insert a page break in Excel using Python. Get the IDE settings, a list of steps, and a sample code to break page in Excel using Python....Load the spreadsheet into the Workbook class object and access the...add() method Save the output Workbook with new page breaks in it...

    kb.aspose.com/cells/python/insert-a-page-break-...
  9. Advanced Protection Settings since Excel XP|Doc...

    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....File menu, select Protect Workbook followed by Protect Current...via .NET provides a class, Workbook , that represents a Microsoft...

    docs.aspose.com/cells/python-net/advanced-prote...
  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...extract OLE Objects from a Workbook. The example gets different...

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