Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 27,091 for

excel worksheet

(0.38 sec)
  1. 导出 Excel 数据以填写 PDF 表单|Aspose.PDF for .NET

    本节解释了如何使用 AutoFiller 类导出 Excel 工作表数据以填写 PDF 表单。...Ask AI 导出 Excel 数据以填写 PDF 表单 Contents [ Hide ] Aspose.Pdf.Facades...文件、DFD、XFDF 导入数据,使用 API,甚至可以使用 Excel 工作表中的数据。 我们将使用 ExportDataTable...

    docs.aspose.com/pdf/zh/net/export-excel-workshe...
  2. 用C++合并或取消合并单元格范围|Documentation

    用C++在Excel中合并和取消合并范围内的单元格。...01_SourceDirectory \\ " ); // Path of output excel file U16String outputPath =...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/merge-or-unmerge-r...
  3. Read Chart Subtitle from ODS File using JavaScr...

    Learn how to use Aspose.Cells for JavaScript via C++ to read the chart subtitle from an OpenDocument Spreadsheet (ODS) file. Our guide will demonstrate how to extract and access the subtitle of a chart for further analysis or display....style="color: red;">Please select an Excel or ODS file.</p>' ; return ;...the first worksheet in the workbook const worksheet = workbook...

    docs.aspose.com/cells/javascript-cpp/read-chart...
  4. How to create waterfall chart with JavaScript v...

    Create waterfall charts in Excel with JavaScript and Aspose.Cells for JavaScript via C++.... Microsoft Excel has many predefined chart types...Retrieve the first Worksheet in Workbook const worksheet = workbook ...

    docs.aspose.com/cells/javascript-cpp/creating-w...
  5. Code snippet to create combination chart - Free...

    Hi Aspose team, Could you please help us code snippet to provide a combination chart containing Stacked horizontal bar in primary axis with clustered bar in secondary axis but as a hidden bar only the datalabel has to b…...I am attaching the desired excel file for which we need code...Aspose cells java version 25.6. Excel file → StackedHorizontalAnd...

    forum.aspose.com/t/code-snippet-to-create-combi...
  6. Working with Background in ODS Files with Node....

    Learn how to manage backgrounds in ODS files using Aspose.Cells for Node.js via C++...."output" ); // Load source Excel file const filePath = path ...); // Access first worksheet const worksheet = workbook . getWorksheets...

    docs.aspose.com/cells/nodejs-cpp/working-with-b...
  7. Convert the Smart Art to Group Shape with C++|D...

    Learn how to convert Smart Art Shape into Group Shape using Aspose.Cells for C++ and access individual parts of the group shape....sample code loads the sample Excel file containing a smart art...the sample smart art shape - Excel file U16String inputFilePath...

    docs.aspose.com/cells/cpp/convert-the-smart-art...
  8. 如何使用JavaScript通过C++创建组合图表|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++创建组合图表。我们的全面指南将演示如何将不同的图表类型合并成一个组合图表,从而实现更有效的数据展示。... Contents [ Hide ] 可能的使用场景 Excel中的组合图表让您能够利用此选项,因为您可以轻松地组合两种...表。 示例代码 以下示例代码加载了 示例Excel文件 并生成了 输出Excel文件 。 <!DOCTYPE html>...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  9. Public API Changes in Aspose.Cells 16.12.0|Docu...

    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.... C++ //Load the sample excel file intrusive_ptr < IWorkbook...CreateIWorkbook (); //Access first worksheet intrusive_ptr < IWorksheet...

    docs.aspose.com/cells/cpp/public-api-changes-in...
  10. 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/