Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 21,314 for

worksheet

(0.39 sec)
  1. 使用 C++ 在 Node.js 中设置页面布局和打印选项|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 in the Excel file const worksheet = workbook...the orientation to Portrait worksheet . getPageSetup (). setOrientation...

    docs.aspose.com/cells/zh/nodejs-cpp/page-setup-...
  2. 插入和删除Excel文件的行和列|Documentation

    本文演示如何使用 Aspose.Cells for Node.js via C++ API 在 Excel 中插入和删除行列。...类包含一个 Worksheets 集合,可以访问 Excel 文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet...Worksheet 类提供一个 getCells() 集合,表示工作表中的所有单元格。 getCells() 集合提供多...

    docs.aspose.com/cells/zh/nodejs-cpp/inserting-a...
  3. Public API Changes in Aspose.Cells 8.8.0|Docume...

    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....//Access first worksheet Worksheet worksheet = workbook . getWorksheets...//Auto fit the sheet columns worksheet . autoFitColumns (); //Save...

    docs.aspose.com/cells/java/public-api-changes-i...
  4. 在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....Adding a new worksheet to the Workbook object worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) # Displaying...

    docs.aspose.com/cells/zh/java/page-break-previe...
  5. 在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....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) \ # Setting...

    docs.aspose.com/cells/zh/java/zoom-factor-in-ruby/
  6. 使用 Node.js 通过 C++ 管理Microsoft Excel文件的工作表|Docum...

    使用Aspose.Cells for Node.js via C++添加、删除并激活工作表。... 工作表由 Worksheet 类表示。 Worksheet 类提供了管理工作表的各种属性和方法。...Workbook (); // Adding a new worksheet to the Workbook object const...

    docs.aspose.com/cells/zh/nodejs-cpp/manage-work...
  7. Output Blank Page when there is Nothing to Prin...

    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....anything when you export worksheet to image. You can change this...an empty worksheet and renders the empty worksheet to an image...

    docs.aspose.com/cells/python-net/output-blank-p...
  8. Removing Slicer with Node.js via C++|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....remove the slicer from the worksheet. Removing Slicer The following...); // Access first worksheet. const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/removing-slicer/
  9. Hiding and Showing Rows and Columns in Python|D...

    Learn how to Hide and Show Rows and Columns through the Aspose.Cells for Python Via Java API....Accessing the first worksheet in the Excel file worksheet = workbook ...getWorksheets () . get ( 0 ) cells = worksheet . getCells () \ # Hiding the...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  10. 使用C++结合ImageOrPrint选项从工作表中提取图像|Documentation

    学习如何使用Aspose.Cells for C++从Excel工作表中提取图片并保存到本地驱动器。...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...in the first worksheet Picture pic = worksheet . GetPictures...

    docs.aspose.com/cells/zh/cpp/extract-images-fro...