Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 25,551 for

worksheet

(0.09 sec)
  1. Export HTML String Value of the Cells to the Da...

    Learn how to export HTML string value of the cells to the DataTable through the Aspose.Cells for .NET API....cell values) while exporting worksheet data. This document explains...while exporting data from the worksheet into the DataTable. Please...

    docs.aspose.com/cells/net/export-html-string-va...
  2. Setting Column Width or Row Height|Documentation

    This article explains how to set column width and row height using the Aspose.Cells.GridDesktop API.... Sometimes, worksheet cells contain values that...Cells.GridDesktop: Access the worksheet. Access the column whose width...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  3. AutoFit Rows and Columns|Documentation

    This article shows how to auto‑fit rows, columns, rows of merged cells, and a row in a range of cells with the Aspose.Cells for .NET API....Workbook class contains a Worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/net/autofit-rows-and-colu...
  4. Detect Hyperlink Type with C++|Documentation

    Learn how to detect hyperlink type through the Aspose.Cells for C++ API....xlsx" ); Worksheet worksheet = workbook . GetWorksheets...); if ( ! worksheet ) { std :: cerr << "Worksheet not found!"...

    docs.aspose.com/cells/cpp/detect-hyperlink-type/
  5. Convert CSV, TSV, and TXT to Excel with C++|Doc...

    Learn how to convert CSV, TSV, and TXT files to Excel using Aspose.Cells for C++....filename , options ); Worksheet worksheet = workbook . GetWorksheets...Get ( 0 ); std :: cout << worksheet . GetName (). ToUtf8 () <<...

    docs.aspose.com/cells/cpp/convert-csv-tsv-and-t...
  6. How to Set Print Area|Documentation

    This article shows code explaining how to set the print area using the Aspose.Cells library.... When you print the worksheet, only this defined area will...area, allowing the entire worksheet to be printed. What Happens...

    docs.aspose.com/cells/net/how-to-set-print-area/
  7. How to create waterfall chart with Node.js via ...

    Create waterfall charts in Excel with Node.js and Aspose.Cells for Node.js via C++....Retrieve the first Worksheet in Workbook const worksheet = workbook ...of the first Worksheet const cells = worksheet . getCells ();...

    docs.aspose.com/cells/nodejs-cpp/creating-water...
  8. Setting Page Options with JavaScript via C++|Do...

    This article provides sample code to set page options of Excel Worksheets programmatically using JavaScript via C++. Set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....configure page setup settings for worksheets to control printing. These...Workbook class contains a worksheets collection that allows access...

    docs.aspose.com/cells/javascript-cpp/setting-pa...
  9. Merging and Unmerging Cells with JavaScript via...

    Aspose.Cells is a JavaScript library for working with spreadsheet files, which supports merging and unmerging cells. This article will introduce how to merge and unmerge cells using the Aspose.Cells library, with options for customizing the merged cell style....can also merge cells in a worksheet. You may unmerge, or split...settings. Merging Cells in a Worksheet Merging Cells in Microsoft...

    docs.aspose.com/cells/javascript-cpp/merging-an...
  10. 如何用C++创建甘特图|Documentation

    学习如何使用Aspose.Cells for C++ API创建甘特图。...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Chart int32_t chartIndex = worksheet . GetCharts (). Add ( ChartType...

    docs.aspose.com/cells/zh/cpp/how-to-create-gant...