Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 160,984 for

workbook

(0.11 sec)
  1. WorkbookSettings - Aspose.Cells for Python via ...

    Details & examples of Aspose.Cells for Python via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....WebExtensionTaskPane WebQueryConnection Workbook WorkbookDesigner WorkbookMetadata...Represents all settings of the workbook. Property Getters/Setters...

    reference.aspose.com/cells/python-java/asposece...
  2. Application XML Node in "app.xml" is Empty for ...

    Hello, When a new Workbook is created and saved by Aspose Cells, the <Application> XML node within the app.xml file is always empty. The expectation is that the node be populated to identify the Application. For example…...xml" is Empty for New Workbooks Aspose.Cells Product Family...3:21pm #1 Hello, When a new Workbook is created and saved by Aspose...

    forum.aspose.com/t/application-xml-node-in-app-...
  3. Excel to Pdf conversion - Pivot sheet is NOT co...

    Hi, Pivot sheet was NOT getting converted into PDF. I didn’t see any error thrown. Not sure any issue with my code. Can you please help. I am enclosing the input file and below is the code used for conversion. FYI, i am …...setAsposeExcelLicens(); Workbook workbook; try { workbook = new Workbook("24518...pivot-out2 int sheetCount = workbook.getWorksheets().getCount();...

    forum.aspose.com/t/excel-to-pdf-conversion-pivo...
  4. Aspose.Cells 8.8.3 中的公共 API 更改|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....instance of Workbook Workbook book = new Workbook (); //Access...instance of Workbook and load an existing spreadsheet Workbook book...

    docs.aspose.com/cells/zh/java/public-api-change...
  5. 从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....dataDir + "workbook.xls" ); //Instantiating a Workbook object Workbook...Workbook workbook = new Workbook ( fstream ); //Accessing the...

    docs.aspose.com/cells/zh/java/export-data-from-...
  6. 在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 by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/hiding-and-showin...
  7. Merge XLS Files via Java | products.aspose.com

    Java sample code to combine XLS documents on Java Runtime Environment for JSP/JSF Application and Desktop Applications....XLS file with an instance of Workbook class. Load the second XLS...document with an instance of Workbook class. Merge files using combine()...

    products.aspose.com/cells/java/merger/xls/
  8. Aspose.Cells 转PDF失败 - Free Support Forum - aspo...

    test.zip (2.2 MB) hi: 附件的excel转pdf失败,报错信息如下:Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 版本Aspose.Cells 22.12...following codes: Workbook wb = new Workbook(dir + "test.xlsx");...直接保存是可以的; 但是我的项目需要先copy到一个新的workbook,新的workbook再保存就报错了,工程见附件,FYI。 John...

    forum.aspose.com/t/aspose-cells-pdf/256442
  9. 在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.... Python 代码 workbook = self . Workbook ( self . dataDir...scroll bar of the Excel file workbook . getSettings () . setVScrollBarVisible...

    docs.aspose.com/cells/zh/java/display-or-hide-s...
  10. 在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....//Instantiating a Workbook object Workbook workbook = new Workbook ( "../...worksheet Worksheet sheet = workbook . Worksheets [ 0 ]; //Create...

    docs.aspose.com/cells/zh/net/printing-workbooks...