Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 157,929 for

xlsx

(0.72 sec)
  1. Convert Excel to PDF, Image, and other formats ...

    Convert Excel files to Word, Excel, PowerPoint, PDF, CSV, JPG, HTML, MHT, ODS, BMP, PNG, SVG, TIFF, XPS, JSON, SQL, XML, and more using Aspose.Cells for C++....xlsx" ); // Save the document in...U16String inputFilePath ( u "Book1.xlsx" ); Workbook book ( inputFilePath...

    docs.aspose.com/cells/cpp/convert-workbook-to-d...
  2. Split Screen of Excel Worksheet with C++|Docume...

    In this article, you'll learn how to display certain rows and/or columns in separate panes by splitting the worksheet into two or four parts programmatically using C++....xlsx" ); // Get the first worksheet...Workbook workbook ( u "Book1.xlsx" ); // Access the first worksheet...

    docs.aspose.com/cells/cpp/how-to-split-screen-o...
  3. Convert XSLFO to EXCEL in Android Apps | produc...

    Render XSLFO to EXCEL in Android Apps API without using Microsoft Excel or Adobe Reader...can easily convert XSLFO to XLSX, which is a Microsoft Excel...can then be used to convert XLSX to EXCEL, which is a popular...

    products.aspose.com/total/android-java/conversi...
  4. Convert XSLFO to XLSM in Android Apps | product...

    Render XSLFO to XLSM in Android Apps API without using Microsoft Excel or Adobe Reader...can easily convert XSLFO to XLSX. Aspose.Cells for Android via...can then be used to convert XLSX to XLSM. Both APIs are easy...

    products.aspose.com/total/android-java/conversi...
  5. Convert XSLFO to FODS in Android Apps | product...

    Render XSLFO to FODS in Android Apps API without using Microsoft Excel or Adobe Reader...Java, you can convert XSLFO to XLSX. Aspose.Cells for Android via...can then be used to convert XLSX to FODS. This two-step process...

    products.aspose.com/total/android-java/conversi...
  6. Load the Workbook with Specific System Culture ...

    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,.csv,.html,.htm" /> < button...uint8Arr ); // Save the workbook to XLSX format and provide a download...

    docs.aspose.com/cells/javascript-cpp/load-the-w...
  7. Set the Comment of Table or List Object inside ...

    Learn how to set the comment of the table or list object inside the worksheet using Aspose.Cells for Node.js via C++....xlsx" )); // Access first worksheet..." ); // Save the workbook in xlsx format workbook . save ( path...

    docs.aspose.com/cells/nodejs-cpp/set-the-commen...
  8. 通过 Node.js 加载或导入带有公式的 CSV 文件|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 加载和导入包含公式的 CSV 文件。...xlsx" ); const path = require ( "path"...); // Save your workbook in Xlsx format workbook . save ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/load-or-imp...
  9. Change Slicer Properties with JavaScript via C+...

    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 . Sample Code <!DOCTYPE html>..."fileInput" accept = ".xls,.xlsx,.csv" /> < button id = "runExample"...

    docs.aspose.com/cells/javascript-cpp/change-sli...
  10. AutoFitColumns会让隐藏列展示出来 - Free Support Forum - ...

    SyntaxEditor Code Snippet 代码: string filePath = @“C:\Users\25477\Downloads\工作簿1.Xlsx”; using Workbook workbook = new Workbook(filePath); workbook.Worksheets[0].Cells.HideColumn(1); workbook.Worksheets[0].Cells.Colum…...xlsx”; using Workbook workbook =...Save(@“C:\Users\25477\Downloads\工作簿2.xlsx”); John.He December 26, 2025...

    forum.aspose.com/t/autofitcolumns/323726