Sort Score
Result 10 results
Languages All
Labels All
Results 2,771 - 2,780 of 30,157 for

worksheet

(0.1 sec)
  1. 用JavaScript通过C++设置预设的WordArt样式到形状的文本|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++将预设的WordArt样式设置到形状的文本...first worksheet const worksheet = workbook . worksheets . get...some text const textbox = worksheet . shapes . addTextBox ( 0...

    docs.aspose.com/cells/zh/javascript-cpp/set-pre...
  2. Rich Text Custom Data Label of Chart Point with...

    Learn how to add rich text custom data labels to chart points in Aspose.Cells for JavaScript via C++. Our guide will show you how to format the labels with different fonts, colors, and alignment options to enhance the appearance and readability of your charts....first worksheet const worksheet = workbook . worksheets . get...inside the sheet const chart = worksheet . charts . get ( 0 ); // Access...

    docs.aspose.com/cells/javascript-cpp/rich-text-...
  3. Use Undo and Redo Feature|Documentation

    This article introduces the undo and redo features in GridDesktop....undo/redo recent actions in a worksheet. For example, if a formula...Ranges Add Protection in Worksheet Analyzing your prompt, please...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  4. 使用C++的JavaScript设置打印选项|Documentation

    本文演示了如何使用JavaScript API和C++库以编程方式设置Excel工作表页面设置功能的打印选项。您可以设置打印区域、打印标题和页面顺序。...first worksheet const pageSetup = workbook . worksheets . get...{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  5. 管理Excel文件的数据|Documentation

    本文介绍如何使用Aspose.Cells库通过JavaScript调用C++的方式查看和编辑Excel文件的数据。...类包含一个 worksheets 集合,可以访问Excel文件中的每个工作表。一个工作表由 Worksheet 类表示。 Worksheet...Worksheet 类提供一个 cells 集合,集合中的每个项目代表一个 Cell 类的对象。 Aspose.Cells允许开发者通过调用...

    docs.aspose.com/cells/zh/javascript-cpp/view-an...
  6. Convert Workbook to JSON with C++|Documentation

    Learn how to convert Excel workbooks to JSON format using Aspose.Cells for C++....settings for exporting the worksheet to JSON. The following code...demonstrates exporting the active worksheet to JSON by using the SaveFormat::Json...

    docs.aspose.com/cells/cpp/convert-workbook-to-j...
  7. Specify the Far East and Latin Name of the Font...

    Learn how to specify the Far East and Latin font names in text options of a shape using Aspose.Cells for C++....Startup (); Workbook wb ; Worksheet ws = wb . GetWorksheets ()...Comment or Shape inside the Worksheet with C++ Analyzing your prompt...

    docs.aspose.com/cells/cpp/specify-the-far-east-...
  8. Set Text of Chart Legend Entry Fill to None wit...

    Learn how to use Aspose.Cells for C++ to set the text of a chart legend entry fill to none. Our guide will demonstrate how to modify the fill color of legend entries in Microsoft Excel charts for better visualization and customization....// Access the first worksheet Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/set-text-of-chart-leg...
  9. 使用 Aspose.Cells 检测合并单元格|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....ArrayList < CellArea > al = worksheet . getCells (). getMergedCells...ecol + "," + erow + "]" ); worksheet . getCells (). unMerge ( frow...

    docs.aspose.com/cells/zh/java/detect-merged-cel...
  10. 如何通过 C++ 使用 JavaScript 创建甘特图|Documentation

    学习如何通过 C++ API 使用 Aspose.Cells for JavaScript 创建甘特图。...first worksheet const worksheet = workbook . worksheets . get...BarStacked Chart const i = worksheet . charts . add ( AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...