Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 30,329 for

worksheet

(0.18 sec)
  1. Format Rows and Columns with JavaScript via C++...

    Aspose.Cells for JavaScript via C++ can support changing row height or column width, as well as applying formatting on rows or columns....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides a...

    docs.aspose.com/cells/javascript-cpp/adjusting-...
  2. Print and Preview Workbook with C++|Documentation

    Aspose.Cells supports printing and previewing Excel files without Microsoft Excel installation using C++....[ Hide ] After creating a worksheet, you often want to print a...want to print the entire worksheet area unless you specify a...

    docs.aspose.com/cells/cpp/workbook-and-workshee...
  3. Calculate Formulas with C++|Documentation

    This article introduces how to use the Aspose.Cells library to calculate formulas in Microsoft Excel with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....CalculateFormula method of the Worksheet class, which processes all...Workbook workbook ; // Add a new worksheet to the workbook int sheetIndex...

    docs.aspose.com/cells/cpp/calculate-formulas/
  4. Convert XLSX File to PDF Format with C++|Docume...

    Learn how to convert Excel files to PDF format using Aspose.Cells for C++ with high precision and accuracy....contains worksheets with charts and images. Each worksheet contains...column chart on the first worksheet and an image on the last....

    docs.aspose.com/cells/cpp/convert-xlsx-file-to-...
  5. Auto Populate Smart Marker Data to Other Worksh...

    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....Smart Marker Data to Other Worksheets if Data Is Too Large Contents...smart marker data to other worksheets if it is too large. Suppose...

    docs.aspose.com/cells/net/auto-populate-smart-m...
  6. 通过JavaScript和C++管理Excel图表的数据标签|Documentation

    学习如何有效管理Excel图表中的数据标签,使用Aspose.Cells for Java脚本通过C++。本指南涵盖添加、删除和修改标签等多种管理任务,以提升图表的可读性和实用性。...Workbook (); // Adding a new worksheet to the Workbook object const...const sheetIndex = workbook . worksheets . add (); // Obtaining the...

    docs.aspose.com/cells/zh/javascript-cpp/insert-...
  7. 通过Node.js利用C++管理Excel图表标题|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在Microsoft Excel中添加和格式化图表及轴标题。我们的指南将展示如何设置不同类型的标题、调整外观以及修改轴标题以增强数据表现和清晰度。...Workbook (); // Adding a new worksheet to the Workbook object const...added worksheet by passing its sheet index const worksheet = workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/chart-and-a...
  8. Convert XLSX File to PDF Format|Documentation

    Learn how to Convert XLSX File to PDF Format with Aspose.Cells for Python via .NET API....contains worksheets with charts and an image. Each worksheet contains...column chart on the first worksheet and an image on the last....

    docs.aspose.com/cells/python-net/convert-xlsx-f...
  9. Adding Custom Labels to Data Points in the Seri...

    Learn how to add custom labels to data points in the series of a chart using Aspose.Cells for C++. Our guide will show you how to modify the labels' appearance, position, and formatting, as well as how to link them to your data source for accurate data representation....FileFormatType :: Xlsx ); Worksheet sheet = workbook . GetWorksheets...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/adding-custom-labels-...
  10. Adding 2-Color Scale and 3-Color Scale Conditio...

    How to use the Aspose.Cells library in JavaScript via C++ to add conditional formatting for two‑color scales and three‑color scales. By adjusting these criteria, you have more control over how cells look....first worksheet const worksheet = workbook . worksheets . get...// Add some data in cells worksheet . cells . get ( "A1" ). value...

    docs.aspose.com/cells/javascript-cpp/adding-2-c...