Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 161,046 for

workbook

(0.11 sec)
  1. Border | Aspose.Cells for .NET API 参考

    封装表示单元格边框的对象... 例子 [C#] Workbook workbook = new Workbook (); WorksheetCollection...WorksheetCollection sheets = workbook . Worksheets ; Cell cell = sheets...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  2. PdfBookmarkEntry类 | Aspose.Cells for Python via...

    PdfBookmarkEntry类 PdfBookmarkEntry类 PdfBookmarkEntry 是 pdf 书签中的条目。 如果当前实例的 Text 属性为 null 或 “", 当前实例将被隐藏,子实例将被插入到当前级别。......cells import PdfSaveOptions , Workbook from aspose.cells.rendering...PdfBookmarkEntry workbook = Workbook () workbook . worksheets ....

    reference.aspose.com/cells/python-net/zh/aspose...
  3. Add Hyperlinks to Cells in VSTO and Aspose.Cell...

    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....) Add a Workbook. Get the first sheet. Add...Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/add-hyperlinks-to-cel...
  4. Class AutoFilter | Aspose.Cells for .NET API Re...

    Aspose.Cells.AutoFilter class. Represents autofiltering for the specified worksheet...//Instantiating a Workbook object Workbook workbook = new Workbook ( "template...file Worksheet worksheet = workbook . Worksheets [ 0 ]; //Creating...

    reference.aspose.com/cells/net/aspose.cells/aut...
  5. Class ConditionalFormattingCollection | Aspose....

    Aspose.Cells.ConditionalFormattingCollection class. Encapsulates a collection of FormatCondition objects...//Instantiating a Workbook object Workbook workbook = new Workbook (); Worksheet...Worksheet sheet = workbook . Worksheets [ 0 ]; //Get Conditional...

    reference.aspose.com/cells/net/aspose.cells/con...
  6. auto_fill method | Aspose.Cells for Python via ...

    auto_fill method auto_fill Automaticall fill the target range. def auto_fill ( self , target ): ... Parameter Type De......import Workbook # Instantiating a Workbook object workbook = Workbook...first Worksheet Cells. cells = workbook . worksheets [ 0 ] . cells...

    reference.aspose.com/cells/python-net/aspose.ce...
  7. Display or Hide Scroll Bars in Aspose.Cells|Doc...

    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....class, Workbook that represents an Excel file. The Workbook class...Open ); //Instantiating a Workbook object //Opening the Excel...

    docs.aspose.com/cells/net/display-or-hide-scrol...
  8. Could not initialize class com.aspose.cells.i72...

    Hi there, I’m using 22.7 version. I’m trying to convert the 2.zip (3.7 MB) file with the following code - public static byte[] convertExcelToPDF(ByteArrayInputStream excelInputStream) throws Exception { ByteA…...conversion"); Workbook workbook = new Workbook(excelInputStream);...setAllColumnsInOnePa(true); workbook.save(outputStreamPdf, saveOptions);...

    forum.aspose.com/t/could-not-initialize-class-c...
  9. Find Specific Word Occurrence|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...."List All Worksheets in a Workbook.xls" ; //Open the excel file...Excel . Workbook ThisWorkbook = excelApp . Workbooks . Open (...

    docs.aspose.com/cells/net/find-specific-word-oc...
  10. Structured storage version is not supported - F...

    Hi I am trying to process excel file with following code but getting error like This structured storage version is not supported. Workbook excelDocument1 = new Workbook(); FileInfo fileInfo = new FileInfo(file.FilePath…... Workbook excelDocument1 = new Workbook(); FileInfo...Excel97To2003); Workbook workbook = new Workbook(stream); amjad...

    forum.aspose.com/t/structured-storage-version-i...