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

workbook

(0.19 sec)
  1. Convert charts to images|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 (); //Adding...Excel object int sheetIndex = workbook . Worksheets . Add (); //Obtaining...

    docs.aspose.com/cells/net/convert-charts-to-ima...
  2. Hiding and Showing Rows and Columns in Jython|D...

    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/hiding-and-showing-r...
  3. Grouping and Ungrouping Rows and Columns in Jyt...

    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/grouping-and-ungroup...
  4. 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...
  5. 在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...
  6. 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...
  7. Extend and Contribute to CRM Update Import Tool...

    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....FileName ; Workbook workbook = new Workbook (); workbook . Worksheets...); Worksheet MyWorksheet = workbook . Worksheets [ "Aspose Export"...

    docs.aspose.com/cells/net/extend-and-contribute...
  8. 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...
  9. 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...
  10. WorkbookDesigner | Aspose.Cells for .NET API 参考

    初始化WorkbookDesigneraspose.cells/Workbookdesigner类....Cells WorkbookDesigner(Workbook) 初始化 WorkbookDesigner 类. public...WorkbookDesigner ( Workbook workbook ) 范围 类型 描述 workbook Workbook 模板工作簿文件。...

    reference.aspose.com/cells/zh/net/aspose.cells/...