Sort Score
Result 10 results
Languages All
Labels All
Results 4,491 - 4,500 of 30,493 for

worksheet

(0.39 sec)
  1. 用C++加载和管理Excel、OpenOffice、Json、Csv和Html文件|Docum...

    使用Aspose.Cells for C++,创建、打开和管理Excel、CSV、TSV、ODS、HTML、Numbers、Json、XML、Pdf、Jpg、Tiff、图片、Mht及XPS文件变得简单。... Worksheet sheet = wb . GetWorksheets...workbook1 . GetWorksheets (); Worksheet sheet = sheets . Add ( u "MySheet"...

    docs.aspose.com/cells/zh/cpp/loading-saving-and...
  2. Manage Comments and Notes with Golang via C++|D...

    Insert and manage comments or notes with Aspose.Cells for C++....method (encapsulated in the Worksheet object). The new Comment object...

    docs.aspose.com/cells/go-cpp/comments-and-notes/
  3. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in C# to apply conditional formatting shading for alternating rows and columns. By adjusting these criteria, you have more control over how cells look and appear....formatting rules for the Worksheet object. These rules can be...

    docs.aspose.com/cells/net/apply-shading-to-alte...
  4. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in C++ to apply conditional formatting shadows for alternating rows and columns. By adjusting these criteria, you have more control over how cells look and appear....formatting rules for the Worksheet object. These rules can be...

    docs.aspose.com/cells/go-cpp/apply-shading-to-a...
  5. Add XML Map inside the Workbook using XmlMapCol...

    Learn how to add XML Map inside the workbook using XmlMapCollection.Add method with Aspose.Cells for JavaScript via C++....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...universal conversion rules wb . worksheets . xmlMaps . add ( xmlString...

    docs.aspose.com/cells/javascript-cpp/add-xml-ma...
  6. Change Text Direction of the Comment with JavaS...

    Learn how to change the text direction of comments using Aspose.Cells for JavaScript via C++. Customize comment alignment settings effectively....the first worksheet const sheet = wb . worksheets . get ( 0 );...

    docs.aspose.com/cells/javascript-cpp/change-tex...
  7. Add XML Map into the Workbook using XmlMapColle...

    Learn how to add an XML map into the workbook using the XmlMapCollection.Add method with Aspose.Cells for JavaScript via C++....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...universal conversion rules wb . worksheets . xmlMaps . add ( xmlString...

    docs.aspose.com/cells/javascript-cpp/add-xml-ma...
  8. How to Create Pie Chart in Excel File using C++

    In this example, we will understand how to create a Pie chart in Excel file using C++. You can insert Pie chart in excel Worksheet on MS Windows and Linux programmatically in C++....insert Pie chart in Excel worksheet on Microsoft Windows, Linux...

    kb.aspose.com/cells/cpp/how-to-create-pie-chart...
  9. How to Convert Excel Chart to JPEG in C++

    In this example, we will explore how to convert Excel chart to JPEG in C++. You can add charts in MS Excel and render them to image formats like JPEG, PNG and BMP using simple C++ API calls in any operating systems like Microsoft Windows and Linux etc....the chart inside selected worksheet Save XLSX Chart to JPEG in...

    kb.aspose.com/cells/cpp/how-to-convert-excel-ch...
  10. Exclude Unused Styles during Excel to HTML conv...

    Learn how to exclude unused styles when converting Excel to HTML using Aspose.Cells for Node.js via C++....XXXX" ); // Access first worksheet const ws = wb . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/exclude-unused...