Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 161,046 for

workbook

(0.11 sec)
  1. Printing Workbooks 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....Svenska Türkçe 日本語 Printing Workbooks in xlsx4j Contents [ Hide...] Aspose.Cells - Printing Workbooks After you finish creating...

    docs.aspose.com/cells/java/printing-workbooks-i...
  2. Font Formatting Issue when Saving XLS to PDF wi...

    I’m encountering an issue when saving an XLS file to PDF using the method save(String fileName, int saveFormat) from the com.aspose.cells.Workbook class. If the Workbook template contains any variable fonts—a modern font…...Workbook class. If the workbook template contains...DefaultFont takes priority over the workbook’s default font. Here’s a sample...

    forum.aspose.com/t/font-formatting-issue-when-s...
  3. Saving Files 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....calling the save method of Workbook object. Python Code fileFormatType...#Creating an Workbook object with an Excel file path workbook = self...

    docs.aspose.com/cells/java/saving-files-in-python/
  4. Saving 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....calling the save method of Workbook object. PHP Code $fileFormatType...//Creating an Workbook object with an Excel file path $workbook = new...

    docs.aspose.com/cells/java/saving-files-in-php/
  5. unprotect method | Aspose.Cells for Python via ...

    unprotect method unprotect Unprotects a Workbook. def unprotect ( self , password ): ... Parameter Type Description p......method unprotect Unprotects a workbook. def unprotect ( self , password...the workbook. See Also module aspose.cells class Workbook start_access_cache...

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

    WorkbookDesigner class WorkbookDesigner class Encapsulates the object that represents a designer spreadsheet. The Wor......Description workbook Gets and sets the WorkbookDesigner.workbook object...Example from aspose.cells import Workbook , WorkbookDesigner # Create...

    reference.aspose.com/cells/python-net/aspose.ce...
  7. Import text file with header - Free Support For...

    Hello, I try to import txt file with separator Workbook Workbook = new Workbook(strFile, opt); I use TxtLoadOptions with PreferredParsers My text file has header colums in the first row How to indicate do not parse …...with separator Workbook workbook = new Workbook(strFile, opt);...CountryCode.France; Workbook workbook = new Workbook(strFicSrc, opt);...

    forum.aspose.com/t/import-text-file-with-header...
  8. 在VSTO和Aspose.Cells中使用公式函数来处理数据|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.... Application ; //Access workbook Microsoft . Office . Interop...Interop . Excel . Workbook workbook = app . ActiveWorkbook ; //Access...

    docs.aspose.com/cells/zh/net/use-formulas-funct...
  9. ListColumn类 | Aspose.Cells for Python via .NET ...

    ListColumn类 ListColumn类 代表列表中的一列。 ListColumn 类型公开了以下成员: 特性 属性 描述 name 获取和设置列的名称。 totals_calculation 获取和设置列表列总计行中的计算类型......cells import CellsHelper , Workbook from aspose.cells.tables import...TotalsCalculation workbook = Workbook () cells = workbook . worksheets...

    reference.aspose.com/cells/python-net/zh/aspose...
  10. Insert Cell Comments|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 workbook = new Workbook (); Worksheet...Worksheet worksheet = workbook . getWorksheets (). get ( 0 );...

    docs.aspose.com/cells/java/insert-cell-comments/