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

worksheet

(0.04 sec)
  1. 将Excel转换为高分辨率图像——使用C++|Documentation

    使用Aspose.Cells与C++从Excel文件生成高分辨率图像。...image type // Get the worksheet Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-h...
  2. Use Undo and Redo Feature|Documentation

    This article introduces undo and redo feature in GridDesktop....the recent action(s) in a worksheet. For example, if a formula...Ranges Add Protection in Worksheet...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  3. How to Insert Spreadsheet Background Image in Java

    This short tutorial guides on how to insert spreadsheet background image in Java. It describes the complete process to configure the environment, step-wise program flow and a runnable simplified code that demonstrate the process to insert background pictures for Excel sheet in Java....a reference to the target worksheet for inserting an image as...also be loaded. The target worksheet is accessed from the loaded...

    kb.aspose.com/cells/java/how-to-insert-spreadsh...
  4. How to Delete a Column in Excel using Node.js

    This basic topic entails how to delete a column in Excel using Node.js. It encompasses the details to configure the IDE, step-wise algorithm, and a working example code to delete multiple columns in Excel using Node.js....object and access the required worksheet Remove the range of specific...disk and access the desired worksheet before moving forward to remove...

    kb.aspose.com/cells/nodejs/how-to-delete-a-colu...
  5. 透视筛选器(C++)|Documentation

    学习如何使用 C++ 和 Aspose.Cells 在透视表中添加筛选器。...workbook ; // Get the first worksheet Worksheet ws = workbook . GetWorksheets...// Add a PivotTable to the worksheet int32_t i = ws . GetPivotTables...

    docs.aspose.com/cells/zh/cpp/add-or-clear-pivot...
  6. Extract OLE Objects from Workbook with Node.js ...

    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....OLE objects on the first worksheet. Template document with OLE...OleObject Collection in the first worksheet. const oles = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/extract-ole-ob...
  7. Set Range Border with Node.js via C++|Documenta...

    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....data to cells in the first worksheet. Create a Range . Set inner...reference of the newly added worksheet const ws = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/set-range-border/
  8. Save Pivot Table in ODS File with C++|Documenta...

    Learn how to save pivot tables in ODS files using Aspose.Cells for C++....workbook ; // Get the first worksheet Worksheet sheet = workbook . GetWorksheets...Add a pivot table to the worksheet int index = pivotTables ....

    docs.aspose.com/cells/cpp/save-pivot-table-in-o...
  9. Aspose.Cells 17.1.0 中的公共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....public void startSheet ( Worksheet sheet ) { if ( sheet . getName...xlsx" ); //Access first worksheet Worksheet sheet = book . getWorksheets...

    docs.aspose.com/cells/zh/java/public-api-change...
  10. Extract Text from the Gear Type SmartArt Shape ...

    Learn how to extract text from Gear Type SmartArt shapes in Excel using Aspose.Cells for C++ with step-by-step guidance and code examples....inputFile ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/extract-text-from-the...