Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 26,790 for

excel worksheet

(0.06 sec)
  1. Convert Workbook to JSON with C++|Documentation

    Learn how to convert Excel workbooks to JSON format using Aspose.Cells for C++.... Convert Excel Workbook to JSON The Aspose...settings for exporting the worksheet to JSON. The following code...

    docs.aspose.com/cells/cpp/convert-workbook-to-j...
  2. 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...
  3. Export print area range to HTML with Node.js vi...

    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....page‑setup object of the worksheet. Later, use the HtmlSaveOptions..."sampleInlineCharts.xlsx" ); // Load the Excel file. const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/export-print-a...
  4. Data Sorting with C++|Documentation

    Learn how to sort data by using the Aspose.Cells for C++ API....sorting is one of Microsoft Excel’s many useful features. It allows...Cells lets developers sort worksheet data alphabetically or numerically...

    docs.aspose.com/cells/cpp/sort-data-of-excel/
  5. Chart to Image with C++|Documentation

    Learn how to use Aspose.Cells for C++ to convert a chart to an image format, such as JPEG or PNG. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a standalone image for further use and manipulation....Cells APIs support converting Excel charts to image formats without...Workbook workbook ; // Add a new worksheet to the workbook int sheetIndex...

    docs.aspose.com/cells/cpp/chart-to-image/
  6. Worksheet.Copy changes the formula refs for ext...

    Hi team, I’m using Aspose.Cells 25.11 and there is an issue when copying Worksheet with formulas like this =‘https://maverickcap.sharepoint.com/sites/Team/Consumer/CELH (Celsius)/7. Other/[Test_09.17.24.xlsx]Test Data’…...Worksheet.Copy changes the formula refs for external addresses...is an issue when copying worksheet with formulas like this =‘...

    forum.aspose.com/t/worksheet-copy-changes-the-f...
  7. 用JavaScript通过C++格式化和修改命名范围|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++格式化和修改命名范围。...Workbook (); // Get the first worksheet in the book. const WS = workbook...workbook . worksheets . get ( 0 ); // Create a range of cells...

    docs.aspose.com/cells/zh/javascript-cpp/format-...
  8. Set the Shape Type of Data Labels of Chart with...

    Learn how to set the shape type of data labels in charts using Aspose.Cells for C++. Our guide will explain the different shape types available and show you how to choose the appropriate shape for your data labels to enhance the presentation and usability of your charts....sample Excel file used in this code and the output Excel file generated...effect of the code on the sample Excel file. Sample Code #include <iostream>...

    docs.aspose.com/cells/cpp/set-the-shape-type-of...
  9. 用 Node.js 和 C++ 为 Excel 插入背景图像|Documentation

    “如何使用 Aspose.Cells for Node.js via C++ 插入背景图像到 Excel。”...js 和 C++ 为 Excel 插入背景图像 Contents [ Hide ] 通过添加图片作为工作表...在Microsoft Excel中设置工作表背景 在Microsoft Excel(例如Microsoft Excel 2019)中设置工作表的背景图片:...

    docs.aspose.com/cells/zh/nodejs-cpp/insert-back...
  10. 使用Node.js通过C++在饼图中自定义切片或扇区颜色|Documentation

    学习如何使用Aspose.Cells for Node.js via C++自定义饼图中的切片和扇区颜色。我们的指南将展示如何为每个切片、扇区或扇团分配独特的颜色,以改善视觉效果和数据表现。...默认情况下,饼图使用Microsoft Excel的默认模板。要使用其他颜色,需要重新定义图表中的颜色。 ...Access the first worksheet. const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/custom-slic...