Sort Score
Result 10 results
Languages All
Labels All
Results 3,271 - 3,280 of 82,070 for

workbook

(0.05 sec)
  1. Queries And Connections|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....Document Assistant Close Slicers Workbook VBA Project...

    docs.aspose.com/cells/java/managing-database-co...
  2. Display text content on top of a cell with a fi...

    Step 1: Write content into a cell. Step 2: Fill the cell with a background color Step 3: Overlay text on top of the filled color (new text ) I am using aspose cells gid js for python via dotnet ,I want to apply the ch…...Create a new workbook Workbook workbook = new Workbook(); Worksheet...Worksheet worksheet = workbook.Worksheets[0]; // Step 1: Write content...

    forum.aspose.com/t/display-text-content-on-top-...
  3. Convert PPSX to XLTM via PHP or with free Onlin...

    PHP API to Convert PPSX to XLTM or Online App without using Microsoft Office Powerpoint or Excel. Test free PPSX to XLTM online converter quickly before integrating the code....HTML as parameters Use Workbook class to load the exported...PPSX to XLSB (Excel Binary Workbook) Convert PPSX to XLSM (Macro-enabled...

    products.aspose.com/total/php-java/conversion/p...
  4. Convert PPTM to XLTM via PHP or with free Onlin...

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

    products.aspose.com/total/php-java/conversion/p...
  5. Convert PPTX to XLTM via PHP or with free Onlin...

    PHP API to Convert PPTX to XLTM or Online App without using Microsoft Office Powerpoint or Excel. Test free PPTX to XLTM online converter quickly before integrating the code....HTML as parameters Use Workbook class to load the exported...PPTX to XLSB (Excel Binary Workbook) Convert PPTX to XLSM (Macro-enabled...

    products.aspose.com/total/php-java/conversion/p...
  6. How to Run Aspose.Cells in Blazor|Documentation

    Learn how to How to Run Aspose.Cells in Blazor WebAssembly App and Blazor Server App....CreateFile () { Workbook workbook = new Workbook (); Worksheet...Worksheet sheet = workbook . Worksheets [ 0 ]; sheet . Cells [ "A1" ]...

    docs.aspose.com/cells/net/how-to-run-aspose-cel...
  7. Add Custom XML Parts and Select them by ID with...

    Learn how to add custom XML parts to Excel documents and select them by ID using Aspose.Cells for Node.js via C++.... Please use Workbook.getCustomXmlParts() method...XML Part by ID, you can use Workbook.getCustomXmlParts() method...

    docs.aspose.com/cells/nodejs-cpp/add-custom-xml...
  8. Incorrect formula processing - TOCOL and nested...

    Hi We are evaluating upgrading to the latest version of Aspose Cells to take advantage of the support for newer Excel functions. We have found an issue where the formula =TOCOL(SIMPLE_TABLE *(100-MULTIPLIERS),TRUE) retur…...Create a workbook and access the first worksheet Workbook workbook...workbook = new Workbook(); Worksheet worksheet = workbook.Worksheets[0];...

    forum.aspose.com/t/incorrect-formula-processing...
  9. Show and Hide Gridlines and Row Column Headers|...

    This article provides sample code for using the C# API or .NET Library to programmatically hide or show gridlines, row and column headers of an Excel worksheet....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/net/show-and-hide-gridlin...
  10. How to Add Comments in Excel using Python

    This short tutorial describes how to add comments in Excel using Python. It contains complete details for environment configuration and a runnable code to add note in Excel using Python....the source Excel file in a Workbook class object where comments...target worksheet in the loaded workbook Get the comments collection...

    kb.aspose.com/cells/python/how-to-add-comments-...