Sort Score
Result 10 results
Languages All
Labels All
Results 3,361 - 3,370 of 159,932 for

xlsx

(0.19 sec)
  1. How to Use Color Palette|Documentation

    C# code to add custom colors to the palette and use Excel color palette with Aspose.Cells for .NET API...there is no such limitation for XLSX or later Excel file formats...

    docs.aspose.com/cells/net/excel-color-palette/
  2. Insert or Delete Rows in an Excel Worksheet wit...

    This article provides Node.js code using C++ to insert and delete rows in an Excel worksheet....xlsx" )); // Get the first worksheet...join ( dataDir , "out_book1.out.xlsx" )); AI Document Assistant Close...

    docs.aspose.com/cells/nodejs-cpp/insert-or-dele...
  3. Specify Individual or Private Set of Fonts for ...

    Learn how to specify individual or private sets of fonts for workbook rendering using Aspose.Cells for Node.js via C++.... Xlsx ); opts . setFontConfigs ( fontConfigs...dataDir , "sampleSpecifyIndivid.xlsx" ); // Output directory const...

    docs.aspose.com/cells/nodejs-cpp/specify-indivi...
  4. How to Add/Insert TextBox to Worksheet with C++...

    How to add/insert a TextBox to a worksheet in Aspose.Cells with C++....xlsx" , SaveFormat :: Xlsx ); std :: cout <<...

    docs.aspose.com/cells/cpp/add-text-box-to-works...
  5. 删除Excel文件中工作表的现有打印设置|Documentation

    在本文中,您将学习如何通过C# API或.NET库以编程方式使用示例代码移除Excel文件中工作表的现有PrinterSettings。...] 可能的使用场景 有时开发人员希望阻止Excel在保存的XLSX文件中包含打印机设置的*.bin*文件。打印机设置文件位于*“[file...

    docs.aspose.com/cells/zh/net/remove-existing-pr...
  6. 在使用Node.js通过C++将Excel导出为HTML时导出文档、工作簿和工作表属性|Doc...

    了解如何使用Aspose.Cells for Node.js via C++导出Excel中的文档、工作簿和工作表属性为HTML。...xlsx),并将其转换为HTML,未导出文档、工作簿及工作表属性...dataDir , "sampleExportDocument.xlsx" ); // Load the sample Excel...

    docs.aspose.com/cells/zh/nodejs-cpp/export-docu...
  7. 使用Node.js via C++在文档信息面板中添加可见的自定义属性|Documentation

    学习如何使用Aspose.Cells for Node.js via C++向工作簿对象添加自定义属性。这些属性可以在文档信息面板中查看。... Xlsx ); // Add simple property without..., "AddingCustomProperti_out.xlsx" )); 相关文章 在Aspose.Cells中使用自定义XML部分...

    docs.aspose.com/cells/zh/nodejs-cpp/adding-cust...
  8. 使用C++导出Web浏览器不支持的类似边框样式|Documentation

    学习如何使用Aspose.Cells结合C++导出Web浏览器不支持的边框样式。...xlsx),调用效果如截图所示。截图进一步展示了 HtmlSaveOptions...inputFilePath ( u "sampleExportSimilarB.xlsx" ); Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/export-similar-bor...
  9. Aspose.Cells Product Family

    Find answers about creating, editing, and converting, Excel spreadsheets without requiring Microsoft Excel....JSON using C# How to Convert XLSX to PDF having Restricted Permissions...

    kb.aspose.com/cells/page/9/
  10. How to Edit Excel File in C++

    In this example, we will explore how to edit Excel file in C++. You can manipulate the Excel file data programmatically in C++ using simple API interface that can be used both in Microsoft Windows and Linux etc....output workbook with formula to XLSX in C++ The following example...

    kb.aspose.com/cells/cpp/how-to-edit-excel-file-...