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

workbook

(0.25 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. Aspose::Cells::DirectoryType enum | Aspose.Cell...

    Aspose::Cells::DirectoryType enum. Represents the directory type of the file name in C++....Indicates that the source workbook is on the same drive as the...the dependent workbook (the drive letter is omitted) DownDirectory...

    reference.aspose.com/cells/cpp/aspose.cells/dir...
  10. ConditionalFormattingCollection | Aspose.Cells ...

    封装了一个集合FormatCondition./formatcondition对象....[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); Worksheet...Worksheet sheet = workbook . Worksheets [ 0 ]; //获取条件格式 ConditionalFormattin...

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