Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,410 of 30,196 for

worksheet

(0.11 sec)
  1. Manage Cells Html String with C++|Documentation

    Learn how to Manage Cells Html String through the Aspose.Cells for C++ API....specific cell in the first worksheet. Set an HTML string to the...reference of the newly added worksheet Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/manage-cells-html-str...
  2. 使用C++按名称访问文本框|Documentation

    了解如何使用Aspose.Cells for C++按名称访问文本框。...Hide ] 按名称访问文本框 早先,可以通过索引访问 Worksheet.GetTextBoxes() 集合中的文本框,但现...Access first worksheet from the collection Worksheet sheet = workbook...

    docs.aspose.com/cells/zh/cpp/access-the-text-bo...
  3. Set preset WordArt style to the text of the sha...

    Learn how to set a preset WordArt style to the text of a shape using Aspose.Cells for JavaScript via C++....first worksheet const worksheet = workbook . worksheets . get...some text const textbox = worksheet . shapes . addTextBox ( 0...

    docs.aspose.com/cells/javascript-cpp/set-preset...
  4. Add Pivot Connection with JavaScript via C++|Do...

    Learn how to add a pivot connection using Aspose.Cells for JavaScript via C++....arrayBuffer )); const worksheet = workbook . worksheets . get ( 0 ); const...const pivotTable = worksheet . pivotTables . get ( 0 ); const...

    docs.aspose.com/cells/javascript-cpp/add-pivot-...
  5. 通过Node.js与C++指定数据范围和切片群组位置,复制Sparkline。|Documen...

    学习如何使用Aspose.Cells for Node.js via C++通过指定数据范围和切片群组位置在Excel中复制Sparkline。...)); // Access first worksheet const worksheet = workbook . getWorksheets...sparkline group const group = worksheet . getSparklineGroups (). get...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-sparkl...
  6. Calculate Formulas|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....methods of the Workbook , Worksheet and Cell classes. The Formula...without adding them into a worksheet. The values of the cells used...

    docs.aspose.com/cells/java/calculate-formulas/
  7. Managing OLE Objects|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....Inserting OLE Objects into a Worksheet Aspose.Cells supports adding...manipulating OLE objects in worksheets. For this reason, Aspose...

    docs.aspose.com/cells/java/managing-ole-objects/
  8. How to Add Data Validation in Excel using C#

    This short tutorial guides on how to add data validation in Excel using C#. It provides complete details for IDE settings and a runnable sample code to create drop down selection in Excel using C#....reference data in some existing worksheet or by adding a new list of...create and access desired worksheets Create a named range and...

    kb.aspose.com/cells/net/how-to-add-data-validat...
  9. Create Volume-High-Low-Close (VHLC) Stock Chart...

    Learn how to create a volume-high-low-close stock chart using Aspose.Cells for JavaScript via C++. Our guide will demonstrate how to plot stock market data, including volume, high, low, and close prices, onto a chart for better analysis and visualization....first worksheet. const worksheet = workbook . worksheets . get...Stock Chart const pieIdx = worksheet . charts . add ( AsposeCells...

    docs.aspose.com/cells/javascript-cpp/create-vol...
  10. Verify that Cell Value Satisfies Data Validatio...

    Learn how to verify cell values against data validation rules using the Aspose.Cells for C++ API....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...between 10 and 20 Cell cell = worksheet . GetCells (). Get ( u "C1"...

    docs.aspose.com/cells/cpp/verify-that-cell-valu...