Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 159,081 for

xlsx

(0.73 sec)
  1. Different Ways to Save Files|Documentation

    Aspose.Cells for .NET can save files to different formats. Save Files to PDF. Save Files to HTML. Save Files to DOCX. Save Files to PPTX. Save Files to JSON. Save Files to MHTML....97 - 2003 file Xlsx Represents an Excel 2007 XLSX file Xlsm Represents...OpenOffice spreadsheet file (so XLS, XLSX, XLSM, XLSB, ODS and so on)...

    docs.aspose.com/cells/net/different-ways-to-sav...
  2. Fit Image to Cell Width and Height in Excel usi...

    Learn how to Fit Image to Cell Width and Height in Excel using C#. Discover step-by-step instructions and code examples for project management in Excel....various Excel formats, including XLSX, XLS, and CSV. Follow these...saves the workbook in output XLSX format. Here’s a C# code snippet...

    blog.aspose.com/cells/fit-image-to-cell-width-a...
  3. 如何通过 C++ 使用 JavaScript 创建甘特图|Documentation

    学习如何通过 C++ API 使用 Aspose.Cells for JavaScript 创建甘特图。...最后将工作簿保存为 输出XLSX 。下方截图显示了由Aspose.Cells在输出Excel文件中创建的甘特图。..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  4. Remove Excel Password Protection Online or usin...

    Remove password from Excel document through online app for free. C++ API code to unlock password protected Excel files....Excel Binary Format) Unlock XLSX Files (Open XML Workbook) What...efficient XLSX format has gained popularity. XLSX files have...

    products.aspose.com/total/cpp/unlock/excel/
  5. 通过 C++ 使用 JavaScript 创建 Volume Open High Low Cl...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 创建带有成交量、开盘价、最高价、最低价、收盘价的股票图表。我们的指南将演示如何将股票市场数据绘制到图表上以便更好地分析和可视化。...xlsx),并生成了【输出Excel文件】(out.xlsx)。 <!DOCTYPE html>..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  6. Extract OLE Objects from Workbook with C++|Docu...

    Learn how to extract OLE objects from a workbook using Aspose.Cells with C++....xlsx" ); // Get the OleObject collection...Excel97To2003 : fileName += u "Xlsx" ; break ; case FileFormatType...

    docs.aspose.com/cells/cpp/extract-ole-objects-f...
  7. Public API Changes in Aspose.Cells 16.10.0|Docu...

    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" ); Support...

    docs.aspose.com/cells/java/public-api-changes-i...
  8. Disable Compatibility Checker in Excel with Jav...

    Learn how to disable the compatibility checker through the Aspose.Cells for JavaScript via C++ API....xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/javascript-cpp/disable-co...
  9. 如何使用JavaScript通过C++在工作表中添加/插入文本框|Documentation

    如何在Aspose.Cells for Java脚本中通过C++在工作表中添加/插入文本框...xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/add-tex...
  10. 用JavaScript通过C++冻结Excel工作表的顶部行|Documentation

    本文将介绍如何使用JavaScript库结合C++ API以编程方式冻结Excel工作表的顶部行。...xlsx,.csv" /> < button id = "runExample"...workbook . save ( SaveFormat . Xlsx ); const blob = new Blob ([...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...