Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 161,888 for

workbook

(0.14 sec)
  1. Workbook 构造函数 | Aspose.Cells for Python via .NE...

    Workbook 构造函数 内容 [ 隐藏 ] Workbook() 初始化 Workbook 类的新实例。 def __init__ ( self ): ... 评论 默认文件格式类型是 Xlsx。要创建其他格式文件类型,请使用 W......Workbook 构造函数 内容 [ 隐藏 ] Workbook() 初始化 Workbook 类的新实例。 def __init__...Xlsx。要创建其他格式文件类型,请使用 Workbook(FileFormatType)。 例子 以下代码显示如何使用 Workbook 构造函数创建和初始化该类的新实例。...

    reference.aspose.com/cells/python-net/zh/aspose...
  2. 有没有直接获取Workbook的Row整行(或者一行的单元格范围)对象数组的办法,就像Data...

    我想把数据用到一些自定义的方法中。现在只能做行循环和列循环的方式来获取每个单元格的数据。有没有更高效一点的办法,比如循环行,然后获取这些行的数据?...有没有直接获取Workbook的Row整行(或者一行的单元格范围)对象数组的办法,就像DataRow.ItemArray一样...

    forum.aspose.com/t/workbook-row-datarow-itemarr...
  3. Workbook.DefaultStyle | Aspose.Cells for .NET A...

    Workbook property. Gets or sets the default Style object of the Workbook...Workbook.DefaultStyle Workbook.DefaultStyle property Gets or...default Style object of the workbook. public Style DefaultStyle...

    reference.aspose.com/cells/net/aspose.cells/wor...
  4. Copy Worksheets between Workbooks|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....日本語 Copy Worksheets between Workbooks Contents [ Hide ] Aspose.Cells...worksheet within or between workbooks. The method takes the source...

    docs.aspose.com/cells/net/copy-worksheets-betwe...
  5. Display and Hide Scrollbars of Workbooks in xls...

    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....Display and Hide Scrollbars of Workbooks in xlsx4j Contents [ Hide...Scrollbars of Workbooks Aspose.Cells provides a class, Workbook that represents...

    docs.aspose.com/cells/java/display-and-hide-scr...
  6. Replace | Aspose.Cells for .NET API 参考

    用新字符串替换单元格的值...[C#] Workbook workbook = new Workbook (); ...... workbook . Replace...[Visual Basic] Dim workbook As Workbook = New Workbook () ........ orkbook...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  7. Inserting and Deleting Rows and Columns in Jyth...

    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 RowsAndColumns : def...Instantiating a Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/java/inserting-and-deleti...
  8. Workbook.Replace | Aspose.Cells for .NET API Re...

    Workbook method. Replaces a cells value with a new string...Workbook.Replace Contents [ Hide ] Replace(string, string) Replaces...[C#] Workbook workbook = new Workbook (); //...... workbook . Replace...

    reference.aspose.com/cells/net/aspose.cells/wor...
  9. WorkbookPrintingPreview | Aspose.Cells for Java...

    Workbook printing preview....class WorkbookPrintingPrev Workbook printing preview. Constructors...WorkbookPrintingPrev(Workbook workbook, ImageOrPrintOptions options)...

    reference.aspose.com/cells/java/com.aspose.cell...
  10. Save Each Worksheet to Different PDF in xlsx4j|...

    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....dataDir + "workbook.xlsx" ; //Instantiate a new workbook and open...from its location Workbook workbook = new Workbook ( filePath );...

    docs.aspose.com/cells/java/save-each-worksheet-...