Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 20,103 for

worksheet

(0.23 sec)
  1. 在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....workbook ) worksheets = workbook . getWorksheets () worksheet = worksheets...get ( 0 ) h_page_breaks = worksheet . getHorizontalPageBre ()...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  2. 在Python中调整行高和列宽|Documentation

    使用Python Excel API在Python中创建Excel文件。在您的Python应用程序中调整XLSX或XLS中的行高和列宽,无需MS Office。...Accessing the first worksheet in the Excel file worksheet = workbook ...getWorksheets () . get ( 0 ) cells = worksheet . getCells () \ # Setting...

    docs.aspose.com/cells/zh/java/adjusting-row-hei...
  3. 用 C++ 将源范围的行高复制到目标范围|Documentation

    学习如何使用 Aspose.Cells for C++ 将行高从源范围复制到目标范围。...workbook ; // Source worksheet Worksheet srcSheet = workbook ...); // Add destination worksheet Worksheet dstSheet = workbook ...

    docs.aspose.com/cells/zh/cpp/copy-row-heights-o...
  4. Freeze Panes in 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 ) # Applying...

    docs.aspose.com/cells/java/freeze-panes-in-jython/
  5. Hiding and Showing Rows and Columns|Documentation

    This article shows how to Hide and Show Rows and Columns by the Aspose.Cells for Python via .NET API....certain rows or columns in a worksheet and display them later. Microsoft...access each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/python-net/hiding-and-sho...
  6. Microsoft Excel Spreadsheet Management Library|...

    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 Features Display Options Hide...Hide or show a worksheet. Display or hide tabs, scroll bars,...

    docs.aspose.com/cells/net/microsoft-excel-sprea...
  7. 向单元格添加超链接|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 objSheet = ( Excel . Worksheet ) objBook...First sheet. Worksheet worksheet = workbook . Worksheets [ 0 ]; //Define...

    docs.aspose.com/cells/zh/net/add-hyperlinks-to-...
  8. Worksheets|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 Contents [ Hide ] Copying and Moving Worksheets Manage...Manage Worksheets Managing Page Breaks Worksheet Views How to...

    docs.aspose.com/cells/go-cpp/worksheets/
  9. Manage Shape Text Options|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....Text with Shape inside the Worksheet Set Margins of Comment or...or Shape inside the Worksheet Specify the Far East and Latin Name...

    docs.aspose.com/cells/python-net/managing-shape...
  10. 如何使用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...