Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 161,888 for

workbook

(0.23 sec)
  1. Data table not calculating correctly - Free Sup...

    When we calculate the Workbook using Aspose, results in data table don’t match with original Workbook e.g., In original Workbook, the data table column values are like: 6881.42 6881.42 4952.68 6747.12 Whereas in As…...5:59pm 1 When we calculate the workbook using Aspose, results in data...with original workbook e.g., In original workbook, the data table...

    forum.aspose.com/t/data-table-not-calculating-c...
  2. Public API Changes in Aspose.Cells 8.4.2|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....module to the instance of Workbook. The VbaModuleCollection.add...//Create new workbook Workbook workbook = new Workbook (); //Access...

    docs.aspose.com/cells/java/public-api-changes-i...
  3. Class RowCollection | Aspose.Cells for .NET API...

    Aspose.Cells.RowCollection class. Collects the objects that represent the individual rows in a worksheet...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...worksheet Worksheet worksheet = workbook . Worksheets [ 0 ]; //Get...

    reference.aspose.com/cells/net/aspose.cells/row...
  4. Class HorizontalPageBreak | Aspose.Cells for .N...

    Aspose.Cells.HorizontalPageBreak class. Encapsulates the object that represents a horizontal page break...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...index Worksheet worksheet = workbook . Worksheets [ 0 ]; //Add...

    reference.aspose.com/cells/net/aspose.cells/hor...
  5. Create New Worksheet|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....Worksheet to Workbook Java //Instantiating a Workbook object Workbook...Workbook workbook = new Workbook (); //Adding a new worksheet to...

    docs.aspose.com/cells/java/create-new-worksheet/
  6. Insert Hyperlinks in Worksheet|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.... C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object Worksheet sheet = workbook . Worksheets...

    docs.aspose.com/cells/net/insert-hyperlinks-in-...
  7. Workbook.Workbook | Aspose.Cells for .NET API R...

    Workbook constructor. Initializes a new instance of the Workbook class...Workbook.Workbook Contents [ Hide ] Workbook() Initializes a...instance of the Workbook class. public Workbook () Remarks The...

    reference.aspose.com/cells/net/aspose.cells/wor...
  8. 创建新工作簿|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....创建新工作簿 Workbook类可用于简单使用 Java Workbook workbook = new Workbook ();...(); // Creating a Workbook object workbook . save ( "newWorkBook...

    docs.aspose.com/cells/zh/java/create-new-workbook/
  9. Adjusting Row Height and Column Width in Jython...

    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 class RowsAndColumns : def...Instantiating a Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/java/adjusting-row-height...
  10. Setting Page Options in Jython|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.... cells import Workbook from com . aspose . cells...Instantiating a Workbook object by excel file path workbook = Workbook ()...

    docs.aspose.com/cells/java/setting-page-options...