Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 161,044 for

workbook

(0.11 sec)
  1. Convert Excel to CSV,TSV and Txt|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.... Saving Workbook to Text or CSV Format Sometimes...want to convert or save a workbook with multiple worksheets into...

    docs.aspose.com/cells/net/convert-excel-to-csv-...
  2. 包含非强类型数据的列|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....Open ); //Instantiating a Workbook object //Opening the Excel...the file stream Workbook workbook = new Workbook ( fstream ); //Accessing...

    docs.aspose.com/cells/zh/net/columns-containing...
  3. Aspose::Cells::Properties::ContentTypeProperty ...

    Aspose::Cells::Properties::ContentTypeProperty class. Represents identifier information in C++....//Instantiating a Workbook object Workbook workbook ; //Add a new...new property. workbook . GetContentTypeProper (). Add ( u "Admin"...

    reference.aspose.com/cells/cpp/aspose.cells.pro...
  4. to_printer method | Aspose.Cells for Python via...

    to_printer method Contents [ Hide ] to_printer Render Workbook to Printer def to_printer ( self , printer_name ): .........[ Hide ] to_printer Render workbook to Printer def to_printer...Writer” to_printer Render workbook to Printer def to_printer...

    reference.aspose.com/cells/python-net/aspose.ce...
  5. 在 Jython 中将工作表转换为 SVG|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...saveFormat = SaveFormat workbook = Workbook ( dataDir + "Book1.xls"...

    docs.aspose.com/cells/zh/java/converting-worksh...
  6. Class Range | Aspose.Cells for .NET API Reference

    Aspose.Cells.Range class. Encapsulates the object that represents a range of cells within a spreadsheet...//Instantiating a Workbook object Workbook workbook = new Workbook (); //...Worksheet Cells. Cells cells = workbook . Worksheets [ 0 ]. Cells...

    reference.aspose.com/cells/net/aspose.cells/range/
  7. Outline.ShowLevels - Free Support Forum - aspos...

    Hi, I am trying to convet following VB code into aspose cell using java. Vb ActiveWorkbook.Sheets(shtdata.Name).Outline.ShowLevels RowLevels:=0, ColumnLevels:=2 please let us know what is the equaling Aspose api c…... Sample code: Workbook book = new Workbook("e:\\test2\\Bk_groupedrowscols...class TestClass(){ static Workbook workbook = null; private static...

    forum.aspose.com/t/outline-showlevels/248271
  8. Comment | Aspose.Cells for .NET API 参考

    封装表示单元格注释的对象... 例子 [C#] Workbook workbook = new Workbook (); CommentCollection...CommentCollection comments = workbook . Worksheets [ 0 ]. Comments ; //给A1单元格添加注释...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  9. [Regression] Pivot table styles not copied prop...

    Hi, When I tested today’s Aspose.Cells 22.6.0 release, I found the styles on pivot tables are no longer copied properly. Code: var Workbook = new Workbook(@".\test.xlsx"); var newWorkbook = new Workbook(); newWorkb…... Code: var workbook = new Workbook(@".\test.xlsx"); var...newWorkbook = new Workbook(); newWorkbook.Copy(workbook); newWorkbook...

    forum.aspose.com/t/regression-pivot-table-style...
  10. Remove XLSB Annotation via Java | products.aspo...

    Java sample code to delete XLSB format annotations on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Java Load XLSB file using Workbook class Select the relevant...Cell Id to remove it Save the workbook before & after calling RemoveAt...

    products.aspose.com/cells/java/annotation/xlsb/