A Chrome extension that allows you to export all HTML tables on the current webpage into a single Excel file. Each table is saved as a separate sheet within the Excel workbook. Navigate to any webpage ...
Ever wanted to easily create a real Excel file in C#, from your DataSet, DataTable or List data ? Now you can. // Step 1: Create a DataSet, and put some sample data ...