Sort Score
Result 10 results
Languages All
Labels All
Results 3,231 - 3,240 of 30,314 for

worksheet

(0.2 sec)
  1. How to Merge Cells in Excel using C++

    This basic tutorial discusses how to merge cells in Excel using C++. Moreover, using C++ excel cell merge operation can be enhanced by formatting the cell and inserting a sample value as per your requirements....merging cells Access the first worksheet and initialize a Cells class...snippet initializes an excel worksheet, and then merge cells function...

    kb.aspose.com/cells/cpp/how-to-merge-cells-in-e...
  2. Apply Excel Color Themes using C#

    Follow this article to apply Excel color themes using C#. It has the steps and sample code to apply Microsoft Excel themes with C# to cell or range of cells....setting the theme colors in a worksheet. Steps to Set Excel Theme...access a cell from its default worksheet Get the style of the cell...

    kb.aspose.com/cells/net/apply-excel-color-theme...
  3. How to Format Text in Cell|Documentation

    Learn how to format text in a cell and apply multiple styles within a single cell with Aspose.Cells....workbook and access the first worksheet. Insert text (“Aspose.Cells...Validation Import Data into Worksheet Analyzing your prompt, please...

    docs.aspose.com/cells/net/how-to-format-text-in...
  4. Convert Excel to Pdf, Image and other formats|D...

    Convert Excel files to Word, Excel, PowerPoint, PDF, CSV, JPG, HTML, MHT, ODS, BMP, PNG, SVG, TIFF, XPS, JSON, SQL, XML and more using JavaScript via C++....> < body > < h1 > Render Worksheet / Workbook to XPS </ h1 >...the first worksheet const sheet = workbook . worksheets . get (...

    docs.aspose.com/cells/javascript-cpp/convert-wo...
  5. 使用C++对列中的数据进行排序并使用自定义排序列表|Documentation

    学习如何使用Aspose.Cells for C++ API,将列中的数据根据自定义列表排序。...xlsx" ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/sort-data-in-colum...
  6. Get Cells Index|Documentation

    Learn how to get a row or column by the name of the row through the Aspose.Cells for Python via .NET API, as well as a column or cell. Convert the name of a cell to its zero‑based row and column indexes using the Aspose.Cells for Python via .NET API....manipulate specific data on the worksheet by row and column index, you...specific cell in the first worksheet. Get the row index and column...

    docs.aspose.com/cells/python-net/get-cells-index/
  7. Create Pivot Charts using Aspose.Cells|Document...

    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....invoice entries in a list in a worksheet. A pivot table can total the...add ( SheetType . CHART ); Worksheet sheet3 = workbook . getWorksheets...

    docs.aspose.com/cells/java/create-pivot-charts-...
  8. Determine if Shape is Smart Art Shape with C++|...

    Learn how to determine if a shape is a Smart Art Shape using Aspose.Cells for C++....inputFilePath ); // Access first worksheet WorksheetCollection sheets...= wb . GetWorksheets (); Worksheet ws = sheets . Get ( 0 ); //...

    docs.aspose.com/cells/cpp/determine-if-shape-is...
  9. 使用 Node.js 通过 C++ 搜索和替换范围内的数据|Documentation

    本文展示了如何使用 Node.js 通过 C++ 代码在 Excel 的范围内搜索和替换数据。...Workbook ( filePath ); const worksheet = workbook . getWorksheets...cell = null ; do { cell = worksheet . getCells (). find ( "search"...

    docs.aspose.com/cells/zh/nodejs-cpp/search-and-...
  10. "GetRowHeightInch" returns slightly wrong heigh...

    See attached sample: I try to measure the grid rows to calculate where horizontal page breaks are required on a Worksheet (e.g. because I want to keep specific sets of rows together on the same page). AsposeCellsPaperHe…...breaks are required on a worksheet (e.g. because I want to keep...feasible, try exporting the worksheet to a different format (such...

    forum.aspose.com/t/getrowheightinch-returns-sli...