Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 161,888 for

workbook

(0.3 sec)
  1. Set Worksheet Tab Color in Aspose.Cells|Documen...

    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....//Instantiate a new Workbook Workbook workbook = new Workbook ( "../../data/test...book Worksheet worksheet = workbook . Worksheets [ 0 ]; //Set...

    docs.aspose.com/cells/net/set-worksheet-tab-col...
  2. Calculate Sub Totals in xlsx4j|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....//Instantiate a new workbook Workbook workbook = new Workbook ( "book1.xls"...first worksheet Cells cells = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/calculate-sub-totals...
  3. Managing Worksheets in Ruby|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....# Instantiating a Workbook object workbook = Rjb :: import (...( 'com.aspose.cells.Workbook' ) . new # Adding a new worksheet...

    docs.aspose.com/cells/java/managing-worksheets-...
  4. Limitations and API Differences|Documentation

    Aspose.Cells for PHP via Java limitations and api differences....\ cells \ Workbook ; Instantiating a new Workbook Aspose.Cells...Cells for Java Workbook workbook = new Workbook (); Aspose.Cells...

    docs.aspose.com/cells/phpjava/limitations-and-a...
  5. IsLicensed method failing, Aspose Cells for Jav...

    Hi team! I am using Aspose cells for Java, and when calling the method isLicensed I am always getting false, even after I set my license correctly. Here is my code sample: public class Main { public static void ma…...Exception { //Workbook wbk = SaveFileWithLicense(); Workbook wbk = ...version"); } } public static Workbook SaveFileWithLicense() throws...

    forum.aspose.com/t/islicensed-method-failing-as...
  6. get_precedents_in_calculation method | Aspose.C...

    get_precedents_in_calculation method get_precedents_in_calculation Gets all precedents(reference to cells in current ......precedents(reference to cells in current workbook) used by this cell’s formula... is true for the workbook and the workbook has been fully calculated...

    reference.aspose.com/cells/python-net/aspose.ce...
  7. 限制和 API 差异|Documentation

    Aspose.Cells for PHP via Java 的限制和 API 差异....cells \ Workbook ; 实例化新工作簿 Aspose.Cells for Java Workbook workbook...new Workbook (); Aspose.Cells for PHP via Java $workbook = new...

    docs.aspose.com/cells/zh/php-java/limitations-a...
  8. Managing Page Breaks in Python|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....Instantiating a Workbook object workbook = self . Workbook ( self ...."Book1.xls" ) worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/java/managing-page-breaks...
  9. Workbook.CustomDocumentProperties | Aspose.Cell...

    Workbook property. Returns a DocumentProperty collection that represents all the custom document properties of the spreadsheet...Workbook.CustomDocumentProper Workbook.CustomDocumentProper property...} Examples [C#] Workbook excel = new Workbook (); excel . CustomDocumentProper...

    reference.aspose.com/cells/net/aspose.cells/wor...
  10. Working With Colors|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....With Colors C# Workbook workbook = new Workbook (); // Creating...Creating a Workbook object workbook . Worksheets . Add (); Worksheet...

    docs.aspose.com/cells/net/working-with-colors/