Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 20,103 for

worksheet

(0.06 sec)
  1. Manage Comments and Notes with C++|Documentation

    Insert and manage comments or notes with Aspose.Cells for C++....method (encapsulated in the Worksheet object). The new Comment object...Workbook workbook ; // Add a new worksheet to the workbook int32_t sheetIndex...

    docs.aspose.com/cells/cpp/comments-and-notes/
  2. Import and Export Data|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.... Import Data into Worksheet Data represents the world...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/java/import-and-export-data/
  3. Find Query Tables and List Objects related to E...

    Learn how to find Query Tables and List Objects related to External Data Connections using Aspose.Cells with C++....GetCount (); j ++ ) { Worksheet worksheet = workbook . GetWorksheets...); for ( int k = 0 ; k < worksheet . GetQueryTables (). GetCount...

    docs.aspose.com/cells/cpp/find-query-tables-and...
  4. Aspose Cells Copying the Empty rows while rplac...

    Hello Team, input_outputdoc.zip (133.0 KB) Excel_Word_Doc.zip (763.2 KB) I am replacing excel sheet data in word at that time Aspose cells are considering few rows at the end of the table which doesn’t have the data, …...eliminate any blank rows in your worksheet, ensuring that only rows with...first worksheet Worksheet worksheet = workbook.Worksheets[0]; //...

    forum.aspose.com/t/aspose-cells-copying-the-emp...
  5. Set Print Area|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....incorporates all areas of the worksheet that contain data. Developers...specific print area of the worksheet. To select a specific print...

    docs.aspose.com/cells/net/set-print-area/
  6. Adjusting Row Height and Column Width in Ruby|D...

    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....Accessing the first worksheet in the Excel file worksheet = workbook ...getWorksheets () . get ( 0 ) cells = worksheet . getCells () # Setting the...

    docs.aspose.com/cells/java/adjusting-row-height...
  7. Page Setup and Printing Options|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....and printing options to a worksheet with a few simple lines of...Options First create a simple worksheet in Microsoft Excel. Then apply...

    docs.aspose.com/cells/net/page-setup-and-printi...
  8. How to change the Comment Font Color with C++|D...

    Learn how to customize comment font color in Excel using Aspose.Cells with C++....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...Add some text in cell A1 worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/how-to-change-the-com...
  9. 用 C++ 隐藏和排序数据透视表中的数据|Documentation

    学习如何使用 Aspose.Cells 和 C++ 在数据透视表中隐藏和排序数据。...// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...table PivotTable pivotTable = worksheet . GetPivotTables (). Get (...

    docs.aspose.com/cells/zh/cpp/pivot-table-hide-a...
  10. Copying Rows and Columns with Node.js via C++|D...

    This article shows how to copy rows and columns through the Aspose.Cells for Node.js via C++ API....columns in a worksheet without copying the entire worksheet. With Aspose...shows how to copy a row in a worksheet. It uses a template Microsoft...

    docs.aspose.com/cells/nodejs-cpp/copying-rows-a...