Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 27,074 for

excel worksheet

(0.16 sec)
  1. Access and Update the Portions of Rich Text of ...

    Learn how to Access and Update the Portions of Rich Text of Cell through the Aspose.Cells for C++ API....using the source Excel file . The source Excel file contains rich...workbook is saved as the output Excel file . C++ code to access and...

    docs.aspose.com/cells/cpp/access-and-update-the...
  2. Labels in charts are positioned incorrectly whe...

    Hi Aspose team, I’m having an issue where the data labels in a chart are way off in position when compared to it Excel equivalent. Code used to generate the output: using (Workbook TemplateWB = new Workbook(dir + @"\T…...position when compared to it excel equivalent. Code used to generate...xlsm")) { Worksheet sourceWS = TemplateWB.Worksheets["DetailCharts"];...

    forum.aspose.com/t/labels-in-charts-are-positio...
  3. 将OLE对象插入工作表|Documentation

    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....请使用 Worksheet->GetOleObjects()->Add() 方...inside the first worksheet and saves it as output Excel file . Please...

    docs.aspose.com/cells/zh/cpp/inserting-ole-obje...
  4. Read Chart Subtitle from ODS File with C++|Docu...

    Learn how to use Aspose.Cells for 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....01_SourceDirectory \\ " ); // Load Excel file containing charts Workbook...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/read-chart-subtitle-f...
  5. 用C++渲染切片器|Documentation

    使用Aspose.Cells和C++渲染Excel文件中的切片器。... 呈现切片器 以下示例代码加载包含现有切片器的 示例Excel文件 ,通过设置仅覆盖切片器的打印区域将工作表转换为图片。以下图片为...,展示渲染的切片器。可以看到,切片器已正确渲染,与示例Excel文件中一样。 示例代码 #include <iostream>...

    docs.aspose.com/cells/zh/cpp/rendering-slicer/
  6. Constant segmentation faults on Excel -> HTML o...

    Hi, As I’ve reported many times before (e.g Aspose.Cells Segmentation Fault when saving to HTML), I often get segmentation faults when using aspose.cells.node (this time using the latest version, 25.12.0). Just using a…...Constant segmentation faults on Excel -> HTML on aspose.cells.node...a set of the files: Broken Excel Files Aspose - Google Drive...

    forum.aspose.com/t/constant-segmentation-faults...
  7. 使用Node.js导出带有网格线的Excel到HTML|Documentation

    了解如何使用Aspose.Cells for Node.js via C++将带有网格线的Excel文件导出为HTML格式。...js导出带有网格线的Excel到HTML Contents [ Hide ] 如果希望导出带有网格线的Excel文件为HTML,请使用...getExportGridLines() 属性并设置为 true 。 将Excel导出为带有网格线的HTML 以下示例代码创建了一个工作簿,填充了一些值,然后在设置...

    docs.aspose.com/cells/zh/nodejs-cpp/export-exce...
  8. 从数组导入|Documentation

    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....Workbook (); //Adding a new worksheet to the Workbook object int...int i = workbook . Worksheets . Add (); //Obtaining the reference...

    docs.aspose.com/cells/zh/net/importing-from-array/
  9. 用JavaScript via C++添加数据透视连接|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++添加数据透视连接。...Contents [ Hide ] 可能的使用场景 如果您想在Excel中关联切片器和数据透视表,右键点击切片器并选择“报告连接...以下示例代码加载了包含现有切片器的 示例Excel文件 。它访问切片器,然后将切片器与数据透视表关联,最后将工作簿保存为 输出Excel文件 。 示例代码...

    docs.aspose.com/cells/zh/javascript-cpp/add-piv...
  10. Calculating IFNA function using Aspose.Cells wi...

    How to calculate the IFNA function using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new Excel file, you can use the methods provided by Aspose.Cells to calculate the IFNA function and obtain the result. Finally, you save the modified Excel file to disk....the calculation of the IFNA Excel function. The IFNA function...Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/calculating-ifna-func...