Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 20,364 for

worksheet

(0.29 sec)
  1. How to change background in comment in Excel wi...

    How to change color in comment in Excel. How to insert picture or image in comment in Excel using C++....book ( inputPath ); Worksheet worksheet = book . GetWorksheets...( 0 ); Comment comment = worksheet . GetComments (). Get ( 0...

    docs.aspose.com/cells/cpp/how-to-set-comment-ba...
  2. XlsxSaveOptions.SectionMode | Aspose.Words for ...

    Discover how the XlsxSaveOptions SectionMode property optimizes section handling for XLSX exports, ensuring seamless document management and multiple Worksheets....save document as a separate worksheets. Document doc = new Document...be created as a separate worksheet. // Use 'SingleWorksheet'...

    reference.aspose.com/words/net/aspose.words.sav...
  3. 包含强类型数据的列|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....first worksheet in the Excel file Worksheet worksheet = workbook...workbook . Worksheets [ 0 ]; //Exporting the contents of 2 rows and...

    docs.aspose.com/cells/zh/net/columns-containing...
  4. Export Excel to HTML with GridLines|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....a workbook and fills its worksheet with some values and then...Export Document Workbook and Worksheet Properties in Excel to HTML...

    docs.aspose.com/cells/net/export-excel-to-html-...
  5. Apply Advanced Conditional Formatting with C++|...

    How to use the Aspose.Cells library in C++ to apply advanced conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...Get the A1 cell Cell a1 = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/apply-advanced-condit...
  6. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells for Node.js via C++....Access the first worksheet const worksheet = workbook . getWorksheets...Access cells const cell1 = worksheet . getCells (). get ( "A1"...

    docs.aspose.com/cells/nodejs-cpp/change-the-fon...
  7. Add Comments in Spreadsheet in xlsx4j|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....method (encapsulated in the Worksheet object). The new Comment object...new worksheet to the Workbook object Worksheet worksheet = workbook...

    docs.aspose.com/cells/java/add-comments-in-spre...
  8. Create PdfBookmarkEntry for Chart Sheet with C+...

    Learn how to create PdfBookmarkEntry for chart sheets using Aspose.Cells for C++....inputFilePath ); // Access all four worksheets WorksheetCollection sheets...GetWorksheets (); Worksheet sheet1 = sheets . Get ( 0 ); Worksheet sheet2...

    docs.aspose.com/cells/cpp/create-pdfbookmarkent...
  9. Determine which Axis exists in the Chart with N...

    Learn how to determine which axis exists in a chart created using Aspose.Cells for Node.js via C++. Our guide will help you identify and access the different axes in a chart, including category, value, and secondary axes....Access the first worksheet const worksheet = workbook . getWorksheets...accessing const charts = worksheet . getCharts (); if ( charts...

    docs.aspose.com/cells/nodejs-cpp/determine-whic...
  10. Determine which Axis exists in the Chart with C...

    Learn how to determine which axis exists in a chart created using Aspose.Cells for C++. Our guide will help you understand how to identify and access the different axes in a chart, including category, value, and secondary axes....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Access the chart Chart chart = worksheet . GetCharts (). Get ( 0 );...

    docs.aspose.com/cells/cpp/determine-which-axis-...