Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 161,044 for

workbook

(0.08 sec)
  1. Converting Worksheet To SVG in Jython|Documenta...

    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 import Workbook from com . aspose . cells...saveFormat = SaveFormat workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/converting-worksheet...
  2. Aspose::Cells::Properties::ContentTypePropertyC...

    Aspose::Cells::Properties::ContentTypePropertyCollection class. A collection of ContentTypeProperty objects that represent additional information in C++....//Instantiating a Workbook object Workbook workbook ; //Add a new...new property. workbook . GetContentTypeProper (). Add ( u "Admin"...

    reference.aspose.com/cells/cpp/aspose.cells.pro...
  3. HyperlinkCollection class | Aspose.Cells for Py...

    HyperlinkCollection class HyperlinkCollection class Encapsulates a collection of Hyperlink objects. The HyperlinkColl......import Workbook # Instantiating a Workbook object workbook = Workbook...its sheet index worksheet = workbook . worksheets [ 0 ] # Get Hyperlinks...

    reference.aspose.com/cells/python-net/aspose.ce...
  4. EbookLoadOptions class | Aspose.Cells for Pytho...

    EbookLoadOptions class EbookLoadOptions class Represents options when importing an ebook file. Inheritance: EbookLoad......and set the password of the workbook. parsing_formula_on_open Indicates...interface language of the Workbook version based on CountryCode...

    reference.aspose.com/cells/python-net/aspose.ce...
  5. Grouping x axis labels - Free Support Forum - a...

    Hello, I need to create multibar column chart having grouping x axis labels. Attaching sample file here. Could you share Aspose.Cells Java sample code that could generate similar results? I need different colors for t…...Instantiate a new Workbook Workbook workbook = new Workbook(); // Get...worksheet in the workbook Worksheet worksheet = workbook.getWorksheets()...

    forum.aspose.com/t/grouping-x-axis-labels/272846
  6. Auto Filter Data|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....auto-filtering to a column: Create a workbook. Get a worksheet. Add sample...ApplicationClass (); //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/auto-filter-data/
  7. Add picture in worksheet - Free Support Forum -...

    How can add picture in a worksheet and specify the cell where it needs to be using Aspose.Cells for Python via .NET. Suppose the cells is B432 and I have the picture path say “C:\input\img.jpg”...import Workbook # Open an existing Excel file. wb = Workbook("Book1..."c:\\input\\img.jpg") # Save the workbook in output XLSX format. wb...

    forum.aspose.com/t/add-picture-in-worksheet/269847
  8. Using ICustomFunction Feature|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....//Open the workbook Workbook workbook = new Workbook (); //Obtaining...worksheet Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/using-icustomfunctio...
  9. Opening Files in PHP|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....through Path // Creating a Workbook object and opening an Excel...path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/net/opening-files-in-php/
  10. Aspose-cells Excel convert to PDF to follow Pri...

    Hi, I have an excel file that I want to convert to pdf. Is there a way for me to convert to pdf where-in it will follow how it is displayed in the Print Preview (Settings) / Print to PDF? Currently, some pages that are …... Workbook workbook = new Workbook(sourceFilePath);...setAllColumnsInOnePa (true); workbook.save(finalSourcePath, pdfOptions);...

    forum.aspose.com/t/aspose-cells-excel-convert-t...