Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 157,925 for

xlsx

(0.12 sec)
  1. 用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...
  2. 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...
  3. Setting Formula for Named Range with C++|Docume...

    Learn how to set formulas for named ranges in Excel files using Aspose.Cells with C++....in XLSX format book . Save ( outDir + u "output_out.xlsx" );...Save ( outDir + u "output_out.xlsx" ); std :: cout << "Named ranges...

    docs.aspose.com/cells/cpp/setting-formula-for-n...
  4. 使用JavaScript通过C++禁用Excel中的兼容性检查器|Documentation

    学习如何通过Aspose.Cells for JavaScript通过C++ API禁用兼容性检查器。...xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/disable...
  5. Modify an Existing Style with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files that allows users to modify existing cell styles. This article will introduce how to modify an existing cell style with the Aspose.Cells library so that users can change the appearance of the cells as they need....xlsx" ; /* * Create a workbook. *...template file. * In the book1.xlsx file, we have applied Ms Excel's...

    docs.aspose.com/cells/cpp/modify-an-existing-st...
  6. Protecting Worksheets with JavaScript via C++|D...

    Learn how to protect worksheets in Excel using Aspose.Cells for JavaScript via C++, including protecting rows, columns, and specific cells....xlsx,.csv" /> < button id = "runExample"..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/protecting...
  7. 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...
  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/