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

workbook

(0.11 sec)
  1. 包含非强类型数据的列|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...
  2. 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...
  3. 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/
  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. 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
  7. 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/...
  8. Grouping x axis labels - Free Support Forum - a...

    Hello, I need to create multibar column chart having grouping x axis labels. Attaching sample file here. Could you share Aspose.Cells Java sample code that could generate similar results? I need different colors for t…...Instantiate a new Workbook Workbook workbook = new Workbook(); // Get...worksheet in the workbook Worksheet worksheet = workbook.getWorksheets()...

    forum.aspose.com/t/grouping-x-axis-labels/272846
  9. Auto Filter Data|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....auto-filtering to a column: Create a workbook. Get a worksheet. Add sample...ApplicationClass (); //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/auto-filter-data/
  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/