Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 21,326 for

worksheet

(0.08 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.... Worksheets . Add ( "new sheet" ); workbook...workbook . Worksheets . Add ( "second sheet" ); Worksheet sheet1...

    docs.aspose.com/cells/zh/net/set-print-area/
  2. 在xlsx4j中创建图表|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....the first worksheet WorksheetCollection worksheets = workbook...getWorksheets (); Worksheet sheet = worksheets . get ( 0 ); //...

    docs.aspose.com/cells/zh/java/create-charts-in-...
  3. Cut and Paste Range|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....and paste cells within a worksheet by using the InsertCutCells...and paste cells within a worksheet. Sample Code AI Document Assistant...

    docs.aspose.com/cells/net/cut-and-paste-cells/
  4. Create Union Range|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....range and the index of the worksheet. The WorksheetCollection.CreateUnionRange...Move Range of Cells in a Worksheet...

    docs.aspose.com/cells/net/create-union-range/
  5. Export print area range to HTML with Node.js vi...

    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....page setup object of the worksheet. Later on, use HtmlSaveOptions...// Access the sheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/export-print-a...
  6. Page Setup|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.... index represents worksheet index of the exported Excel...number of pages tall the worksheet will be scaled to when it’s...

    docs.aspose.com/cells/reportingservices/page-se...
  7. 使用Node.js导出工作表或图表为具有指定宽度和高度的图片|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将工作表或图表导出为具有特定宽度和高度的图片。...); // Access first worksheet const worksheet = workbook . getWorksheets...AsposeCells . SheetRender ( worksheet , opts ); sr . toImage ( 0...

    docs.aspose.com/cells/zh/nodejs-cpp/export-work...
  8. Accessing and Modifying the Value of a Cell|Doc...

    This article introduces how to get and modify cell value in GridDesktop....about accessing cells of a worksheet. In this topic, we will simply...approaches to access cells of a worksheet. For more details about these...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  9. Get HTML5 String from Cell with C++|Documentation

    Learn how to get HTML5 string from a cell using Aspose.Cells for C++ API....text in cell A1 of the first worksheet. It then gets the Normal HTML...wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/get-html5-string-from...
  10. 使用C++将Excel导出到带有网格线的HTML|Documentation

    学习如何使用编号Aspose.Cells for C++导出带网格线的Excel文件到HTML。...wb ; // Access first worksheet Worksheet ws = wb . GetWorksheets...GetWorksheets (). Get ( 0 ); // Fill worksheet with some integer values for...

    docs.aspose.com/cells/zh/cpp/export-excel-to-ht...