Read large data from Excel file with fast reading time in C#, VB.NET, Java, PHP, C++ and other programming languages

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

(0) Comments    Read More   
Mar
16

Read Excel file in C# and VB.NET.

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

(0) Comments    Read More   

Import file to List in C#, VB.NET, Java, PHP, C++

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

(0) Comments    Read More   

Import file to ResultSet in Java or Coldfusion

Import Excel file to ResultSet in Java or Coldfusion! Learn how to do it and save valuable time with EasyXLS!

http://www.easyxls.com/manual/basics/import-excel-to-resultset.html

(0) Comments    Read More   

Import data from XLSM file in C#, VB.NET, Java, PHP, C++

EasyXLS is an Excel component that facilitates the import of XLSM files in applications written in C#, VB.NET, Java, C++, PHP or ASP classic.

The XLSM file format is the Microsoft Excel 2007-2013 file format for Excel files with macros included.

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 XLSM 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 xlsm file in C#, VB.NET, Java, C++, PHP.

(0) Comments    Read More   

Import data from XLSB file in C#, VB.NET, Java, PHP, C++

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.

(0) Comments    Read More   

Import data from XLSX file in C#, VB.NET, Java, PHP, C++

EasyXLS is an Excel component that facilitates the import of XLSX files in applications written in C#, VB.NET, Java, C++, PHP or ASP classic.

The XLSX file format is the OpenXML 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 XLSX 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 xlsx file in C#, VB.NET, Java, C++, PHP.

(0) Comments    Read More   
Jan
19

Import data from XLS file in C#, VB.NET, Java, PHP, C++

EasyXLS is an Excel component that facilitates the import of XLS files in applications written in C#, VB.NET, Java, C++, PHP or ASP classic.

The XLS file format is the old binary format used by Microsoft Excel 97-2003.

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 XLS 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 xls file in C#, VB.NET, Java, C++, PHP.

(0) Comments    Read More   

Export large data to Excel in C#, VB.NET, Java, C++, PHP and other programming languagesEasyXLS 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:

  • export large volume of data from MS SQL, MySQL, MS Access, Oracle database
  • export large GridView to Excel
  • export large DataSet to Excel
  • export large DataTable to Excel
  • export large ResultSet to Excel

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.

(0) Comments    Read More   

Export data to XLSM fileEasyXLS is an Excel component that can be included in any C#, VB.NET or Java application.

Furthermore, it includes a .NET built DLL which is a COM+ library, that can be used from PHP, ASP classic, C++, VB6 or any other language that supports COM technology.

By including EasyXLS into your application, you can export Excel files that include macros or VBA code. The component supports XLSM file format, but, it also supports the older XLS format or the XLSB binary format.

EasyXLS preserves macros when the Excel file is loaded through the component. After working with loaded data or adding more data, the Excel file can be exported as XLSM file format or XLS, XLSB file.

For more technical details, read further how to export data to XLSM file.

EasyXLS can be used from any of the following environment and even more:

.NET version

  • ASP.NET web pages
  • Windows applications
  • Windows Forms (WinForms)
  • Console applications
  • Windows service applications
  • ASP.NET MVC web applications

COM+ version

  • PHP web applications
  • ASP classic web pages
  • C++ applications
  • MFC applications
  • VB6 applications
  • VBS scripts

Java version

  • Java applications
  • Java servlets
  • ColdFusion web applications
(0) Comments    Read More