Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 161,045 for

workbook

(0.1 sec)
  1. 在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...worksheet to the Workbook object worksheets = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/page-break-previe...
  2. Hide Unhide Worksheet 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 class HideUnhideWorksheet...HideUnhideWorksheet / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/hide-unhide-workshee...
  3. Zoom Factor 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...WorkingWithWorksheet / ZoomFactor / ' workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/java/zoom-factor-in-jython/
  4. WorkbookPrintingPreview - Aspose.Cells for Pyth...

    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...Class WorkbookPrintingPrev Workbook printing preview. Constructor...

    reference.aspose.com/cells/python-java/asposece...
  5. When I add apostrophe to special characters it ...

    Hi Aspose Team, When I add apostrophe to special characters it is shown when opening the CSV file. image.png (75.8 KB) It should be hidden when opening a CSV and it must shown only when selecting the cell. Please chec…...6 KB) Workbook workbook = new Workbook(); workbook.Worksheets[0]...Cells["A1"].PutValue("'abc"); workbook.Save(dir + "dest.xlsx"); The...

    forum.aspose.com/t/when-i-add-apostrophe-to-spe...
  6. How to add the treemap chart in Excel - Free Su...

    Hello, Need help in creating a treemap chart similar to that attached Excel using Aspose.Cells for Java API. Also, we need to make the labels as center-aligned. Attached is a sample Excel file with the manually create…...instance of Workbook Workbook workbook = new Workbook(filePath +...worksheet Worksheet worksheet = workbook.getWorksheets().get(0); //...

    forum.aspose.com/t/how-to-add-the-treemap-chart...
  7. 在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 ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...ExcelApp . Workbooks . Add ( System . Reflection . Missing . Value...

    docs.aspose.com/cells/zh/net/add-hyperlinks-to-...
  8. Aspose Cell FileNotFoundException: EROFS (Read-...

    I get this error when saving the excel file to pdf. This is in Android by the way. My code is basically like this: Workbook Workbook = new Workbook(filePath); Workbook.save(“MyPdf.pdf”, SaveFormat.PDF); The filePath i…...this: Workbook workbook = new Workbook(filePath); workbook.save(“MyPdf...File.separator; Workbook workbook = new Workbook(sdCardPath + "Book1...

    forum.aspose.com/t/aspose-cell-filenotfoundexce...
  9. Public API Changes in Aspose.Cells 8.7.0|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....digitally signed VBA project in Workbook. Digitally Sign VBA Project...sign the VBA project in a Workbook . The said method accepts...

    docs.aspose.com/cells/net/public-api-changes-in...
  10. Getting started|Documentation

    setup Aspose.Cells for Node.js via Java and installation guidelines....java" ); var workbook = new aspose . cells . Workbook ( aspose ... FileFormatType . XLSX ); workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-java/getting-started/