Sort Score
Result 10 results
Languages All
Labels All
Results 2,771 - 2,780 of 157,067 for

xlsx

(0.28 sec)
  1. 在使用C++进行写保护时指定作者|Documentation

    学习如何在用Aspose.Cells for C++写保护工作簿时指定作者名称。..."SimonAspose" ); // Save the workbook in XLSX format wb . Save ( outDir +...+ u "outputSpecifyAuthorW.xlsx" ); std :: cout << "Workbook write...

    docs.aspose.com/cells/zh/cpp/specify-author-whi...
  2. Opening Files with Different Formats with JavaS...

    Aspose.Cells for JavaScript via C++ API allows you to open or read different formats like Xlsx, HTML, CSV, ODS, TSV, SXC, FODS, etc....Microsoft Excel spreadsheets (XLS, XLSX, XLSM, XLSB), SpreadsheetML..."fileInput" accept = ".xml,.xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/opening-fi...
  3. Aspose.Cells 16.10.0中的公共API更改|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....xlsx" ); //Access first worksheet...the result in XLSX format book . save ( "output.xlsx" ); 支持阴影效果...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. Set Worksheet Tab Color with C++|Documentation

    This article demonstrates sample code that sets the Excel worksheet tab color programmatically using the C++ API or library....xlsx" ; // Path of output Excel file...

    docs.aspose.com/cells/cpp/set-worksheet-tab-color/
  5. Disable Exporting Frame Scripts and Document Pr...

    Disable exporting frame scripts and document properties using Aspose.Cells with C++....xlsx" ; Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/cpp/disable-exporting-fra...
  6. How to Add Data Bars Conditional Formatting|Doc...

    How to use the Aspose.Cells for Python via .NET library to apply Data Bars conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....Excel 2007 and later versions in XLSX format on cells at runtime...."TestOutput.out.xlsx" ) book . save ( out_fn , SaveFormat . XLSX ) def...

    docs.aspose.com/cells/python-net/how-to-add-dat...
  7. 使用 JavaScript 复制带样式的范围数据,通过 C++|Documentation

    学习如何使用 C++ 中的脚本复制带格式的单元格范围。...xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/copy-ra...
  8. 格式化数据透视表|Documentation

    如何用Aspose.Cells for JavaScript通过C++对数据透视表进行格式化。...xlsx,.csv" /> < button id = "runExample"..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/zh/javascript-cpp/formatt...
  9. 适用于 Rust 的 PDF 格式转换解决方案 | Aspose.PDF

    使用 Rust 将 PDF 转换为 DOCX、DOC、PPTX、PNG、TIFF、EPUB、TEX、SVG 等...PDF-document as XlsX-document pdf . save_xlsx ( "sample.xlsx" ) ? ; Ok...文件。首先,我们打开一个 PDF 文档。然后,我们调用 save_xlsx 函数。接下来,关闭 PDF 文档并释放所有分配的资源 PDF...

    products.aspose.com/pdf/zh-hant/rust-cpp/conver...
  10. 自动筛选数据|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....xlsx file. objBook . SaveCopyAs (..."e:\\test2\\vsto_autofilter.xlsx" ); 使用 VSTO 应用了自动过滤 使用 Aspose...

    docs.aspose.com/cells/zh/net/auto-filter-data/