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

xlsx

(0.33 sec)
  1. Create, Manipulate or Remove Scenarios from Wor...

    Learn how to create, manipulate, or remove scenarios from Excel Worksheets programmatically using Node.js with C++ API....The sample code below opens an XLSX Excel file that contains some...join ( dataDir , "aspose-sample.xlsx" )); // Access first worksheet...

    docs.aspose.com/cells/nodejs-cpp/create-manipul...
  2. Link Cells to XML Map Elements with C++|Documen...

    Learn how to link cells to XML Map elements using Aspose.Cells with C++....xlsx" ); // Access the XML Map inside...workbook in xlsx format wb . Save ( outDir + u "output.xlsx" ); std...

    docs.aspose.com/cells/cpp/link-cells-to-xml-map...
  3. 用C++查找工作表是否为对话框工作表|Documentation

    对话框工作表是早期格式的工作表。本文提供了使用C++ API判断Excel工作表是否为对话框工作表的说明和示例代码。...xlsx),检查 Worksheet.GetType() 属性并与...workbook ( u "sampleFindIfWorkshee.xlsx" ); // Access first worksheet...

    docs.aspose.com/cells/zh/cpp/find-if-the-worksh...
  4. Landray RDM EKP-23282 Convert Effect - Free Sup...

    cells source code: src.zip (1.6 KB) origin cells: 2025年10月马达数控车间报表001.Xlsx.zip (1.3 MB) before converted: image.jpg (367.8 KB) after converted: image.png (373.6 KB) Please have a check....xlsx.zip (1.3 MB) before converted:...复现代码 (仅加载 2025年10月马达数控车间报表001.xlsx 并调用 Save 导出为 PNG 的代码),并说明在代码中使用的...

    forum.aspose.com/t/landray-rdm-ekp-23282-conver...
  5. 使用 Node.js 和 C++ 添加带有内置样式的 Word Art 文字|Document...

    学习如何用 Aspose.Cells for Node.js via C++ 添加带有内置样式的 Word Art 文字。在Excel中使用内置样式创建具有视觉吸引力的文本。...xlsx" ); // Loads the workbook which...800 ); // Save the workbook in xlsx format wb . save ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/add-word-ar...
  6. How to change background in comment in Excel|Do...

    How to change color in comment in Excel. How to insert picture or image in comment in Excel....sample code below creates an XLSX file from scratch using Aspose...

    docs.aspose.com/cells/net/how-to-set-comment-ba...
  7. 在使用 C++ 通过 Node.js 保存为 HTML 时启用 CSS 自定义属性|Docum...

    学习如何在将 Excel 文件保存为 HTML 时启用 CSS 自定义属性,使用 Aspose.Cells for Node.js via C++。...xlsx) 和生成的【输出 HTML】(50528261.zip)...dataDir , "sampleEnableCssCusto.xlsx" )); const opts = new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/enable-css-...
  8. How same named charts are handled in APSOSE CEL...

    Hello Team, I would like to understand how Aspose.Cells handles cases where multiple charts in the same worksheet have the same name. Specifically, when using the syntax: worksheet.Charts["chartName"], which chart wi…...which describes those charts for xlsx template file) 1 Like...

    forum.aspose.com/t/how-same-named-charts-are-ha...
  9. How to create a Gantt chart|Documentation

    Learn how to create a Gantt chart with Aspose.Cells for .NET API....saves the workbook to output XLSX format . The following screenshot...

    docs.aspose.com/cells/net/how-to-create-gantt-c...
  10. Manage Comments and Notes|Documentation

    Insert and manage comments or notes with Aspose.Cells for .Net....code sample that creates an XLSX file from scratch, adding a...

    docs.aspose.com/cells/net/comments-and-notes/