Sort Score
Result 10 results
Languages All
Labels All
Results 5,551 - 5,560 of 159,171 for

xlsx

(0.18 sec)
  1. 使用JavaScript通过C++避免在没有内容打印时生成空白页的输出PDF|Document...

    学习如何在没有内容打印时,使用Aspose.Cells for Java脚本通过C++避免输出PDF中的空白页。...xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/zh/javascript-cpp/avoid-b...
  2. 加载和管理Excel、OpenOffice、Json、Csv和Html文件|Documenta...

    使用Aspose.Cells,可以在Node.js via C++中轻松创建、打开和管理Excel、CSV、TSV、ODS、HTML、Numbers、Json、XML、Pdf、Jpg、Tiff、图片、Mht和XPS文件。...xlsx" )); 打开和保存文件 使用Aspose.Cells,轻松打开、保存和管理Excel文件。...path . join ( dataDir , "Book1.xlsx" )); // Adding new sheet const...

    docs.aspose.com/cells/zh/nodejs-cpp/loading-sav...
  3. 加载文件时自动调整行高,使用JavaScript通过C++|Documentation

    学习如何在使用Aspose.Cells for Java脚本通过C++加载文件时调整非自定义高度的行。...xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/zh/javascript-cpp/autofit...
  4. 用C++读写XLS和XLSB文件的外部连接|Documentation

    学习如何使用Aspose.Cells for C++读取和修改XLS/XLSB文件中的外部数据库连接。...Cells for C++支持读取和写入XLSX文件的外部连接,并将此功能扩展到XLSB和XLS格式。相同的代码结构适用于所有支持的文件类型。...

    docs.aspose.com/cells/zh/cpp/read-and-write-ext...
  5. 在刷新AutoFilter后获取所有隐藏行索引|Documentation

    了解如何在使用C++ API的Aspose.Cells for JavaScript中,通过刷新AutoFilter后获取所有隐藏行的索引。...xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/zh/javascript-cpp/get-all...
  6. Graphic elements in HTML are not displayed - Fr...

    I am using Aspose.Cells 25.9.0. .NET 9.0 There is Excel file with Shapes and Icons inserted into it. Unfortunately, when converting to HTML, Icons are not displayed. Code: using System.Text; using Aspose.Cells; usi…...xlsx"; var output = @"C:\output.html";... new LoadOptions(LoadFormat.Xlsx)); wbc.CalculateFormula(); var...

    forum.aspose.com/t/graphic-elements-in-html-are...
  7. 在导出电子表格为CSV格式时,使用JavaScript via C++修剪前导空白行和列|Do...

    学习如何在使用Aspose.Cells for JavaScript via C++导出电子表格为CSV格式时修剪前导空白行和列。...xlsx)。它首先不做任何更改地将 Excel 文件保存为 CSV...Excel 文件】(sampleTrimBlankColum.xlsx)、【不修剪空白列的输出 CSV 文件】(outputWithoutTrimBla...

    docs.aspose.com/cells/zh/javascript-cpp/trim-le...
  8. Get Max Column Index in Row and Max Row Index i...

    Learn how to get the max column index in a row and the max row index in a column through the Aspose.Cells for JavaScript via C++ API....xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/get-max-in...
  9. Adjust Workbook Compression Level with JavaScri...

    Learn how to adjust the workbook compression level in Aspose.Cells for JavaScript via C++....xlsx,.xlsb" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/adjust-wor...
  10. Pivot Tables without columns or rows lose forma...

    We are running into an issue refreshing a Pivot table that only has a Filter (no rows, columns or values). Aspose gets rid of some of the formatting and adds extra formatting to cells we do not expect to have pivot table…...xlsx"); foreach (var workSheet in...workbook.Save("e:\\test2\\out1.xlsx"); We require thorough evaluation...

    forum.aspose.com/t/pivot-tables-without-columns...