Read large data from Excel file with fast reading time in C#, VB.NET, Java, PHP, C++ and other programming languages! The supported Excel file formats are XLSX, XLSM, XLS and XLSB.
http://www.easyxls.com/manual/tips-and-tricks/read-large-excel-file.html
Read Excel file in C# and VB.NET. Read entire sheet data or only data from a range of cells.
http://www.easyxls.com/manual/FAQ/read-excel-file-in-dot-net.html
Import Excel file to List in C#, VB.NET, Java, PHP, C++ and other programming languages! The entire sheet data or only data from a range of cells can be imported.
http://www.easyxls.com/manual/basics/import-excel-to-list.html
EasyXLS is an Excel component that facilitates the import of XLSB files in applications written in C#, VB.NET, Java, C++, PHP or ASP classic.
The XLSB file format is the new binary format used by Microsoft Excel 2007-2013.
Using EasyXLS, you can import Excel data into GridView, DataGridView, DataGrid, DataTable, DataSet, List, JTable or ResultSet data structures with one single line of code.
Also, the imported Excel data can be inserted in databases like SQL Server, MySQL, Oracle or MS Access.
The data can be imported from specific sheets or from ranges of Excel cells inside a sheet.
Furthermore, EasyXLS component handles very well big volume of data. Large Excel files can be imported with less memory consumption and at a reasonable speed.
Besides the data inside the XLSB file, other information from the Excel file can be imported including cell formatting, hyperlinks, images, formulas, charts or pivot tables.
EasyXLS can be integrated in .NET applications like ASP.NET web application (inclusive MVC), WinForms or console applications.
EasyXLS can also be incorporated in Java applications or servlets, C++ applications (MFC), PHP or ASP classic web pages.
Check code samples about how to import data from xlsb file in C#, VB.NET, Java, C++, PHP.
Import Excel file to DataTable in C# and VB.NET. The entire sheet data or only data from a range of cells can be imported.
http://www.easyxls.com/manual/FAQ/import-excel-to-datatable.html
Import Excel data to DataGridView, in C# and VB.NET, from an Excel sheet or from the active Excel sheet.
http://www.easyxls.com/manual/FAQ/import-excel-to-datagridview.html
Import Excel file to DataSet in C# or VB.NET! Learn how to do it and save valuable time with EasyXLS!
http://www.easyxls.com/manual/basics/import-excel-to-dataset.html
EasyXLS is an Excel component that can be used to export Excel files programmatically. It also permits the export of large amount of data to Excel file.
EasyXLS is an optimal solution to:
The Excel component supports all MS Excel file formats: XLSX, XLS, XLSM, XLSB and XML Spreadsheet. The below links explains with source code samples how to export data to these file formats:
However, the recommended file format for large Excel files is the binary format like XLSB or XLS formats. Binary files are faster by default.
For a fast export and better memory management, some steps must be followed. Check the below link for more technical details:
How to export large Excel file?
The Excel component can be used from C#, VB.NET, C++.NET, PHP, ASP classic, C++, Java, VBS, VB6 or ColdFusion.
EasyXLS is a Java Excel library that offers direct methods that allow exporting a ResultSet to Excel file in Java.
The export methods are easy to use and the task can be performed even in one single line of code.
Export SQL data to Excel using Java
EasyXLS makes it simple to extract data from database and export data to Excel in XLS, XLSX, XLSM or XLSB file formats. The data can be exported to nice formatted Excel reports. EasyXLS component allows you to export data from any database, including MS SQL Server or MySQL.
Export ResultSet to Open XML file format
EasyXLS supports Open XML file format and allows the export of XLSX files. It also supports XLSM and XLSB files.
Export ResultSet to Excel 97, Excel 2013, Excel 2007, Excel 2010, Excel 2013
EasyXLS supports all MS Excel 97-2013 file formats: XLS, XLSX, XLSM and XLSB. It also supports text file formats like XML Spreadsheet, CSV, TXT and HTML.
EasyXLS Java Excel library integration
EasyXLS Excel library can be integrated in any Java applications, applets, servlets or JSP pages or programming languages that permit Java development like ColdFusion.
Check out this code sample on how to easily export ResultSet to Excel in Java!