Sort Score
Result 10 results
Languages All
Labels All
Results 3,191 - 3,200 of 21,302 for

worksheet

(0.18 sec)
  1. 使用C++为不同页面设置不同的页眉和页脚|Documentation

    本文提供示例代码,展示如何使用C++库和API以编程方式设置Excel工作表的页面设置中的各种页眉和页脚。你可以为首页、奇数页和偶数页设置页眉和页脚。...Workbook wb ; // Get the first worksheet's page setup PageSetup pageSetup...

    docs.aspose.com/cells/zh/cpp/setting-different-...
  2. Group Pivot Fields in the Pivot Table with C++|...

    Learn how to group pivot fields in a pivot table using Aspose.Cells for C++....xlsx" ); Worksheet ws = wb . GetWorksheets ()...

    docs.aspose.com/cells/cpp/group-pivot-fields-in...
  3. Add WordArt Watermark to Chart with C++|Documen...

    Learn how to use Aspose.Cells for C++ to add a WordArt watermark to a chart in Microsoft Excel. Our guide will demonstrate how to create and position a WordArt watermark to enhance the visual appeal and uniqueness of your chart....Get the chart in the first worksheet. Chart chart = workbook ....

    docs.aspose.com/cells/cpp/add-wordart-watermark...
  4. Saving in html is not correct - Free Support Fo...

    Hi, We do conversion to html, html shows incorrectly and table and columns are shifted to the right. I am attaching html versions for different Aspose In version 25.1.2 - html shows correctly In version 25.5.0 - html …...Worksheets.Names.First(x => x.Text ==...GetRange(); var worksheet = range.Worksheet; worksheet.PageSetup.PrintArea...

    forum.aspose.com/t/saving-in-html-is-not-correc...
  5. Display or Hide Tabs in Aspose.Cells|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....Sheet tabs represent the worksheets in the Excel file. Click...switch to that worksheet. The more worksheets in the workbook...

    docs.aspose.com/cells/net/display-or-hide-tabs-...
  6. Update Excel Files using .NET | products.aspose...

    Edit Microsoft Excel XLSX, XLS, CSV documents without installing Microsoft Office with C# .NET based applications....relevant Worksheet by providing its index using Worksheets[0].Cells[column]...

    products.aspose.com/total/net/update/
  7. Add Cells to Microsoft Excel Formula Watch Wind...

    Learn how to monitor cells in Excel's Formula Watch Window using Aspose.Cells for Python via .NET. Includes code examples and API references....Similarly, you can use the Worksheet.cell_watches.add() method...# Access first worksheet. ws = wb . worksheets [ 0 ] # Put some...

    docs.aspose.com/cells/python-net/add-cells-to-m...
  8. Aspose.Cells for Java - Interruptible Library|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....new Workbook (); // Get the Worksheets WorksheetCollection wss =...i = 0 ; i < 50 ; i ++) { Worksheet sheet = wss . get ( wss ....

    docs.aspose.com/cells/java/aspose-cells-for-jav...
  9. Export Excel Data to DataTable and Check Mixed ...

    Learn how to Export Excel Data to DataTable and Check Mixed Data Type through the Aspose.Cells for .NET API....Hidden Columns while Exporting Worksheet Data to Data Table...

    docs.aspose.com/cells/net/export-excel-data-to-...
  10. Query Cell Areas Mapped to XML Map Path using W...

    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....Mapped to XML Map Path using Worksheet.XmlMapQuery method Contents...with Aspose.Cells using the Worksheet.xmlMapQuery() method. If the...

    docs.aspose.com/cells/java/query-cell-areas-map...