Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 21,309 for

worksheet

(0.04 sec)
  1. 在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....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) # Applying...

    docs.aspose.com/cells/zh/java/freeze-panes-in-p...
  2. 使用Node.js通过C++验证用来保护工作表的密码|Documentation

    学习如何使用Aspose.Cells for Node.js via C++验证保护工作表的密码。...,它允许指定密码(字符串实例)并验证是否用该密码保护了 Worksheet 。 如果指定的密码与用于保护工作表的密码匹配,则 Protection...); // Access the protected Worksheet const sheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/verify-pass...
  3. 使用Node.js在C++中提取工作表中的图片|Documentation

    学习如何使用Aspose.Cells for Node.js via C++从Excel工作表中提取图片并保存它们。...// Get the first worksheet const worksheet = workbook . getWorksheets...Picture in the first worksheet const pic = worksheet . getPictures ()...

    docs.aspose.com/cells/zh/nodejs-cpp/extract-ima...
  4. Render Solid Gridlines while Converting Excel t...

    Learn how to display solid gridlines during Excel to PDF conversion using Aspose.Cells for Python via .NET....Prepare data worksheet = wb . worksheets [ 0 ] worksheet . cells ...Enable to print gridline worksheet . page_setup . print_gridlines...

    docs.aspose.com/cells/python-net/render-solid-g...
  5. How to Set Print Area|Documentation

    This article shows you code explaining how to set print area using 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/net/how-to-set-print-area/
  6. 用C++获取ODS文件中的单元格验证|Documentation

    学习如何使用Aspose.Cells for C++ API获取ODS文件中的单元格验证。...Access first worksheet WorksheetCollection worksheets = workbook...GetWorksheets (); Worksheet worksheet = worksheets . Get ( 0 ); //...

    docs.aspose.com/cells/zh/cpp/get-cell-validatio...
  7. Aspose.Cells 8.9.2 中的公共 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....//Access first worksheet from collection Worksheet sheet = book...//Access first worksheet from collection Worksheet sheet = book...

    docs.aspose.com/cells/zh/java/public-api-change...
  8. Show and Hide Rows Columns and Scroll Bars|Docu...

    This article demonstrates how to programmatically display and hide Excel Worksheet rows and columns using the Aspose.Cells for Python via .NET API. The visibility of scroll bars can be adjusted, and several rows and columns can be hidden....Column and Scroll Bars of a worksheet. Show and Hide Rows and Columns...Workbook class contains a worksheets collection that allows developers...

    docs.aspose.com/cells/python-net/show-and-hide-...
  9. Data Filtering|Documentation

    Learn how to add data filter by using the Aspose.Cells for Python via .NET API....good features to autofilter worksheet data. Aspose.Cells for Python...only those items from the worksheet that you want to display in...

    docs.aspose.com/cells/python-net/data-filtering/
  10. 使用FormulaText函数在Aspose.Cells与C++中|Documentation

    本文介绍了如何使用Aspose.Cells库中的FormulaText函数处理Microsoft Excel中的公式。通过加载现有的Excel文件或创建新的Excel文件,我们可以使用Aspose.Cells提供的方法获取和设置单元格的公式文本并获取结果。最后,我们将修改后的Excel文件保存到磁盘。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...in cell A1 Cell cellA1 = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/using-formulatext-...