Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 102,518 for

workbook

(0.2 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.... Workbook wb = new Workbook ( FileName ); //Create...reference to //the sheets of the Workbook. WorksheetCollection sheets...

    docs.aspose.com/cells/zh/net/move-worksheets-wi...
  2. 通过Node.js使用C++自定义Ribbon XML|Documentation

    学习如何使用Aspose.Cells for Node.js via C++自定义Excel中的Ribbon XML。...the workbook const workbook = new AsposeCells . Workbook ( filePath...com/office/2006/01/customui"></customUI>` ; workbook . setRibbonXml ( ribbonXml...

    docs.aspose.com/cells/zh/nodejs-cpp/customizing...
  3. Set Range Border with Node.js via C++|Documenta...

    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....example shows how to: Create a workbook. Add data to cells in the...Instantiating a Workbook object const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/set-range-border/
  4. 通过C++用JavaScript获取工作表页面设置的纸张宽度和高度|Documentation

    了解如何通过C++的JavaScript程序化获取Excel工作表页面设置的纸张宽度和高度。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...otherwise create a new workbook let workbook ; if ( fileInput . files...

    docs.aspose.com/cells/zh/javascript-cpp/get-pap...
  5. Changing the Layout of Pivot Table|Documentation

    How to change the layout of a Pivot Table with Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiate workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/changing-t...
  6. How to create a Aspose.Cells for .NET to conver...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao The goal is to show the entire worksheet (visible excel rows and columns) in a scrollable HTML preview inside a browser tab before excel create or download. …..." + fileName); Workbook workbook = new Workbook(filePath); //...ms = new MemoryStream()) { workbook.Save(ms, options); ms.Position...

    forum.aspose.com/t/how-to-create-a-aspose-cells...
  7. 在Ruby中的分页预览|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 by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/page-break-previe...
  8. Aspose.Cells 8.6.0中的公共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....个新的MetadataType枚举,现在可以在不创建Workbook实例情况下操作文档属性(元数据)。WorkbookM...the spreadsheet Workbook book = new Workbook ( filePath ); //Disable...

    docs.aspose.com/cells/zh/net/public-api-changes...
  9. 在工作表单元格中显示字符串|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.... Workbook myWorkbook = this . Application . Workbooks . Open...Aspose.Cells Workbook myWorkbook = new Workbook ( fileName );...

    docs.aspose.com/cells/zh/net/display-string-in-...
  10. Unprotect a Worksheet in Ruby|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 by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/unprotect-a-workshee...