Tagged: excel

1

How To Import Excel Data In MsSql

Today, I want to talk about importing data from an excel file to MsSqlServer.  Right click database, choose task and import data option. Browse the excel file and select the version of your excel...

How To Download An Excel File In Angular 2 1

How To Download An Excel File In Angular 2

Today, I want to talk about the second method that exports data with an excel file in Angular 2.  I mentioned this method in my last post. We can do it in several ways...

2

How To Export Data To Excel File in Angular 2

Today I want to explain how to export your data to an excel file in Angular. You can do it in two ways. First, fetch the json data in Angular and then convert the...