Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 30,205 for

worksheet

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

    学习如何使用Aspose.Cells for Java脚本通过C++检测工作表是否密码保护。...isProtectedWithPassw() 属性如果 Worksheet 受密码保护,则返回 true ,否则返回 false...head > < body > < h1 > Check Worksheet Password Protection </ h1...

    docs.aspose.com/cells/zh/javascript-cpp/detect-...
  2. Auto Populate Smart Marker Data to Other Worksh...

    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....Smart Marker Data to Other Worksheets if Data Is Too Large Contents...smart marker data to other worksheets if it is too large. Suppose...

    docs.aspose.com/cells/net/auto-populate-smart-m...
  3. 用C++获取图表所在工作表|Documentation

    了解如何使用Aspose.Cells for C++检索与Excel图表关联的工作表。我们的指南将展示如何访问工作表并对其执行操作,以操作图表的底层数据。...Access first worksheet of the workbook Worksheet worksheet = workbook...Print worksheet name cout << "Sheet Name: " << worksheet . GetName...

    docs.aspose.com/cells/zh/cpp/get-worksheet-of-t...
  4. 用Node.js和C++计算页面设置缩放比例|Documentation

    本文提供示例代码,说明如何使用 Node.js API 与 C++ 一起,编程计算 Excel 工作表的页面设置缩放比例,采用“适合 n 页宽 m 页高”的选项。...); // Access first worksheet const worksheet = workbook . getWorksheets...some data in these cells worksheet . getCells (). get ( "A4"...

    docs.aspose.com/cells/zh/nodejs-cpp/calculate-p...
  5. Managing Controls|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 Text Box Control to a Worksheet One way to stress important...two textboxes in the first worksheet of the workbook. The first...

    docs.aspose.com/cells/python-net/managing-contr...
  6. Auto Fit Row and Column|Documentation

    Learn how to autofit rows and columns through the Aspose.Cells for Java API....height of a row is to call the Worksheet.autoFitRow method. The autoFitRow...first worksheet in the Excel file Worksheet worksheet = workbook...

    docs.aspose.com/cells/java/auto-fit-row-and-col...
  7. Font Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....Workbook class contains a Worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/cpp/cells-font-settings/
  8. Add Conditional Icons Set with Cell Text Using ...

    Learn how to add conditional icons next to cell text in Excel using Aspose.Cells with C++....// Get the first worksheet (default worksheet) in the workbook...workbook Worksheet worksheet = workbook . GetWorksheets (). Get ( 0...

    docs.aspose.com/cells/cpp/add-conditional-icons...
  9. 在Excel或OpenOffice中插入超链接的C++方法|Documentation

    学习如何在不使用MS Excel的情况下,用Aspose.Cells库向Excel文件插入超链接。...一个工作表由 Worksheet 类表示。 Worksheet 提供不同的方法,用以向Excel文件添加不同的超链接。...提供不同的方法,用以向Excel文件添加不同的超链接。 添加指向URL的链接 Worksheet 类包含一个 GetHyperlinks() 集合。每个 GetHyperlinks()...

    docs.aspose.com/cells/zh/cpp/insert-hyperlinks-...
  10. 在C++中添加带条件图标集的单元格文本|Documentation

    学习如何使用Aspose.Cells和C++在Excel中在单元格文本旁添加条件图标。...// Get the first worksheet (default worksheet) in the workbook...workbook Worksheet worksheet = workbook . GetWorksheets (). Get ( 0...

    docs.aspose.com/cells/zh/cpp/add-conditional-ic...