Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 30,368 for

worksheet

(0.16 sec)
  1. Setting Formula for Named Range with C++|Docume...

    Learn how to set formulas for named ranges in Excel files using Aspose.Cells with C++....in the same (or different) worksheet. The following example creates...WorksheetCollection WorksheetCollection worksheets = book . GetWorksheets ();...

    docs.aspose.com/cells/cpp/setting-formula-for-n...
  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. Manage formulas of Excel files|Documentation

    Learn how to manage formulas of Excel files through the Aspose.Cells for .NET APIs....Workbook class contains a Worksheets collection that allows access...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/net/using-formulas-or-fun...
  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. 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...
  6. 通过Node.js使用C++管理文本框|Documentation

    学习如何使用Aspose.Cells for Node.js via C++管理Excel中的文本框。...// Access the first worksheet let worksheet = workbook . getWorksheets...TextBox shape let textBox = worksheet . getShapes (). addTextBox...

    docs.aspose.com/cells/zh/nodejs-cpp/managing-te...
  7. 通过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...
  8. Set External Links in Formulas in Aspose.Cells|...

    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....first worksheet Worksheet sheet = workbook . Worksheets [ 0 ];...

    docs.aspose.com/cells/net/set-external-links-in...
  9. 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...
  10. 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/