Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 30,307 for

worksheet

(0.16 sec)
  1. 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...
  2. 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/
  3. 使用 C++ 将工作表渲染到图形上下文|Documentation

    学习如何使用 Aspose.Cells for C++ 将工作表渲染到图形上下文。...xlsx" ); Worksheet worksheet = workbook . GetWorksheets...:: Png ); SheetRender sr ( worksheet , opts ); sr . ToImage ( 0...

    docs.aspose.com/cells/zh/cpp/render-worksheet-t...
  4. 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...
  5. 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-...
  6. 使用JavaScript通过C++在工作簿之间复制和移动工作表|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在工作簿内外复制和移动工作表。高效管理你的工作簿结构。...> < head > < title > Copy Worksheet Example </ title > </ head...head > < body > < h1 > Copy Worksheet Example </ h1 > < input type...

    docs.aspose.com/cells/zh/javascript-cpp/copy-an...
  7. Node.js via Java APIs for Excel Spreadsheets | ...

    Process Excel file formats using Node.js via Java library. Read write render & convert XLS XLSX XLSB XLTX XLTM XLSM XML ODS CSV and more formats using Node.js via Java on Windows, macOS & Linux...Excel file format conversion, worksheets styling to the most granular...Convert Chart to Image Convert Worksheet to Image Convert Spreadsheet...

    products.aspose.com/cells/nodejs-java/
  8. 通过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...
  9. Using LightCells API|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....of data or contents in the worksheet. The LightCells API is useful...checked when saving every worksheet in the workbook. For one sheet...

    docs.aspose.com/cells/java/using-lightcells-api/
  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...