Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 161,892 for

workbook

(0.23 sec)
  1. 使用Aspose.Cells将工作簿保存为文本或CSV格式|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....FileName = FilePath + "Save Workbook to Text or CSV Format.xlsx"...destFileName = FilePath + "Save Workbook to Text or CSV Format.txt"...

    docs.aspose.com/cells/zh/net/save-workbook-to-t...
  2. Set Print Area|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....Instantiating a Workbook object Workbook workbook = new Workbook (); workbook...Worksheets . Add ( "new sheet" ); workbook . Worksheets . Add ( "second...

    docs.aspose.com/cells/net/set-print-area/
  3. Split Panes in 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.... SaveFormat ; workbook = self . Workbook ( self . dataDir...xls" ) # Set the active cell workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/split-panes-in-python/
  4. Limitations and API Differences|Documentation

    Aspose.Cells for Node.js via Java limitations and api differences....Instantiating a new Workbook Aspose.Cells for Java Workbook excelbook =...= new Workbook (); Aspose.Cells for Node.js via Java var excelbook...

    docs.aspose.com/cells/nodejs-java/limitations-a...
  5. Class ExternalLinkCollection | Aspose.Cells for...

    Aspose.Cells.ExternalLinkCollection class. Represents external links collection in a Workbook...external links collection in a workbook. public class ExternalLinkCollecti...specified external link from the workbook. RemoveAt (int, bool) Removes...

    reference.aspose.com/cells/net/aspose.cells/ext...
  6. WorkbookRender | Aspose.Cells for .NET API 参考

    WorkbookRender 的构造...public WorkbookRender ( Workbook workbook , ImageOrPrintOptions...ImageOrPrintOptions options ) 范围 类型 描述 workbook Workbook 指示要呈现的工作簿。 options ImageOrPrintOptions...

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

    Learn how to Insert and Delete Rows and Columns through the Aspose.Cells for PHP via Java APIs....Instantiating a Workbook object by excel file path $workbook = new Workbook...the Excel file $worksheet = $workbook -> getWorksheets () -> get...

    docs.aspose.com/cells/java/inserting-and-deleti...
  8. Aspose.Cells 8.6.2 中的公共 API 更改|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....ISmartMarkerCallBack { Workbook workbook ; internal SmartMarkerCallBack...SmartMarkerCallBack ( Workbook workbook ) { this . workbook = workbook ; } public...

    docs.aspose.com/cells/zh/net/public-api-changes...
  9. Item | Aspose.Cells for .NET API 参考

    获取Cellaspose.cells/cell指定单元格行索引和列索引处的元素... 例子 [C#] Workbook excel = new Workbook (); Cells cells...Basic] Dim excel as Workbook = New Workbook () Dim cells As Cells...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  10. ChartCollection | Aspose.Cells for .NET API 参考

    封装了一个集合Chart./chart对象....methods) 例子 [C#] Workbook workbook = new Workbook (); ChartCollection...ChartCollection charts = workbook . Worksheets [ 0 ]. Charts ; [Visual...

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