Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 30,425 for

worksheet

(0.13 sec)
  1. 如何使用C++筛选空白或非空白|Documentation

    学习如何使用Aspose.Cells for C++ API筛选空白和非空白。...first worksheet in the Excel file Worksheet worksheet = workbook...function to apply the filter // worksheet.GetAutoFilter().MatchBlanks(1);...

    docs.aspose.com/cells/zh/cpp/how-to-filter-blan...
  2. Setting Margins|Documentation

    In this article, you will learn how to set the margins of an Excel Worksheet using sample code. You will also learn how to programmatically set the margins for the page center, as well as the header and footer margins of Page Setup using the Aspose.Cells for Python via .NET API....configure page setup settings for worksheets to control the printing process...Workbook class contains the worksheets collection that allows access...

    docs.aspose.com/cells/python-net/setting-margins/
  3. Freeze Panes in PHP|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 $worksheets = $workbook...getWorksheets (); $worksheet = $worksheets -> get ( 0 ); //Applying...

    docs.aspose.com/cells/java/freeze-panes-in-php/
  4. Get a column heading|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....Given a document name, a worksheet name, and a cell name, gets...== 0 ) { // The specified worksheet does not exist. return null...

    docs.aspose.com/cells/net/get-a-column-heading/
  5. How to Set Print Area|Documentation

    This article shows you code explaining how to set a print area using the Aspose.Cells library.... When you print the worksheet, only this defined area will...area, allowing the entire worksheet to be printed. What Happens...

    docs.aspose.com/cells/java/how-to-set-print-area/
  6. Create and manage tables of Microsoft Excel fil...

    Insert, resize, edit, delete, and format tables of Excel files using Aspose.Cells for Node.js via C++....access to each worksheet in an Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides a wide...

    docs.aspose.com/cells/nodejs-cpp/create-and-for...
  7. 在Aspose.Cells中添加超链接以链接数据|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....工作表由 Worksheet 类表示。 Worksheet 类提供了向Excel文件添加不同超链接的不同方法。...类提供了向Excel文件添加不同超链接的不同方法。 添加指向URL的链接 这个 Worksheet 类包含一个 Hyperlinks 集合。超链接集合中的...

    docs.aspose.com/cells/zh/net/adding-hyperlinks-...
  8. 在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...sheet_index = worksheets . add () worksheet = worksheets . get ( sheet_index...

    docs.aspose.com/cells/zh/java/page-break-previe...
  9. 在Jython中的缩放因子|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-jy...
  10. 在 Jython 中显示隐藏网格线|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 ) # Hiding...

    docs.aspose.com/cells/zh/java/display-hide-grid...