Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 30,457 for

worksheet

(0.08 sec)
  1. Working with the Glow Effect of Shape or Chart ...

    Learn how to work with the glow effect of shapes or charts using Aspose.Cells for C++....first shape in the first worksheet, sets the sub‑properties of...xlsx" ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/working-with-the-glow...
  2. 用 JavaScript 通过 C++ 处理线程化评论|Documentation

    使用 C++ 脚本管理 Excel 文件中的线程化评论。学习添加、读取、编辑和删除线程化评论。... worksheets . threadedCommentAutho ....const author = workbook . worksheets . threadedCommentAutho ....

    docs.aspose.com/cells/zh/javascript-cpp/threade...
  3. 用 JavaScript 和 C++ 显示或隐藏工作表及标签|Documentation

    本文提供了使用 JavaScript API 或 JavaScript 库以编程方式显示和隐藏 Excel 工作表的示例代码。此外,还介绍了如何显示和隐藏 Excel 工作簿标签。...worksheets 集合,可访问Excel文件中的每个工作表。 工作表由 Worksheet 类表示。 Worksheet...见性,使用 Worksheet 类的 Worksheet.isVisible() 属性。 Worksheet.isVisible()...

    docs.aspose.com/cells/zh/javascript-cpp/show-an...
  4. 用 JavaScript 结合 C++ 锁定或解锁形状|Documentation

    本文提供了使用 Aspose.Cells 库通过 C++ 以 JavaScript 锁定或解锁形状以保护它们的示例代码。...如何在指定工作表中锁定所有形状 要保护指定工作表中的所有形状,可以使用 worksheet.protect(ProtectionType.Objects)...test" ; const worksheet = workbook . worksheets . get ( 0 ); let...

    docs.aspose.com/cells/zh/javascript-cpp/lock-or...
  5. Cut and Paste Range|Documentation

    This article describes how to cut and paste a range with Aspose.Cells for Python via .NET library....and paste cells within a worksheet by using the insert_cut_cells...and paste cells within a worksheet. Sample Code AI Document Assistant...

    docs.aspose.com/cells/python-net/cut-and-paste-...
  6. 在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....模块的 copy_worksheet 方法。下面是代码示例。 Ruby 代码 def copy_worksheet ( workbook...workbook ) # Create a Worksheets object with reference to the sheets...

    docs.aspose.com/cells/zh/java/copying-and-movin...
  7. Font Settings with Node.js via C++|Documentation

    Aspose.Cells is a Node.js 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/nodejs-cpp/cells-font-set...
  8. 在Aspose.Cells中将工作簿保存为文本或CSV格式|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....Separator = '\t' ; //Copy each worksheet data in text format inside...idx = 0 ; idx < workbook . Worksheets . Count ; idx ++) { //Save...

    docs.aspose.com/cells/zh/net/save-workbook-to-t...
  9. Change Character Spacing of Excel TextBox or Sh...

    Change the character spacing of Excel textboxes or shapes using Aspose.Cells for JavaScript via C++....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...const shape = workbook . worksheets . get ( 0 ). shapes . get...

    docs.aspose.com/cells/javascript-cpp/change-cha...
  10. Convert the Smart Art to Group Shape with JavaS...

    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 , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...the first worksheet in the Excel file const worksheet = workbook...

    docs.aspose.com/cells/javascript-cpp/convert-th...