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

worksheet

(0.07 sec)
  1. 用Node.js通过C++检测工作表是否密码保护|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检测工作表是否受密码保护。...isProtectedWithPassw() 属性,如果 Worksheet 被密码保护,则返回 true ,否则返回 false...); // Access the protected Worksheet const sheet = book . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/detect-if-w...
  2. Data Formatting|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....a common fact that if the worksheet cells are formatted properly...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/java/data-formatting/
  3. 使用C++设置打印选项|Documentation

    本文演示了如何通过C++ API和库以编程方式设置Excel工作表的“页面设置”中的打印选项。你可以设置打印区域、打印标题和页面顺序。...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...object of the worksheet PageSetup pageSetup = worksheet . GetPageSetup...

    docs.aspose.com/cells/zh/cpp/setting-print-opti...
  4. Export Chart to SVG with viewBox attribute usin...

    Export a chart to SVG format with viewBox attribute using Aspose.Cells with C++....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...chart inside the worksheet Chart chart = worksheet . GetCharts ()...

    docs.aspose.com/cells/cpp/export-chart-to-svg-w...
  5. Format Ranges with Node.js via C++|Documentation

    Learn how to format a range of cells in Excel using Aspose.Cells for Node.js via C++....sample data, access the first worksheet, and define two ranges(“A1:C3”...filePath ); // Get the first worksheet const ws = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/how-to-format-...
  6. Export HTML String Value of the Cells to the Da...

    Learn how to Export HTML String Value of the Cells to the DataTable through the Aspose.Cells for .NET API....cells values) while exporting worksheet data. This document explains...while exporting data from worksheet into DataTable. Please see...

    docs.aspose.com/cells/net/export-html-string-va...
  7. Product Overview - Aspose.Cells for Android via...

    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....properties of Excel files Worksheet Features Display Options Hide...Hide or show a worksheet Show or hide tabs, scroll bars, gridlines...

    docs.aspose.com/cells/java/product-overview-asp...
  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 worksheet = workbook ...getWorksheets () . get ( 0 ) cells = worksheet . getCells () # Grouping first...

    docs.aspose.com/cells/zh/java/grouping-and-ungr...
  9. 使用内置样式的C++|Documentation

    用C++代码使用Excel的内置样式与Aspose.Cells for C++ API...the first worksheet and its cells Worksheet worksheet = workbook...Get ( 0 ); Cells cells = worksheet . GetCells (); // Access cell...

    docs.aspose.com/cells/zh/cpp/using-built-in-sty...
  10. 使用Python.NET锁定单元格保护它们|Documentation

    了解如何使用Aspose.Cells for Python via .NET锁定特定单元格和保护工作表。...xlsx" ) worksheet = workbook . worksheets [ 0 ] # Unlock...style_flag . locked = True worksheet . cells . apply_style ( style...

    docs.aspose.com/cells/zh/python-net/how-to-lock...