https://github.com/fusioncharts/excel-export-sample-servers
https://github.com/fusioncharts/excel-export-sample-servers
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fusioncharts/excel-export-sample-servers
- Owner: fusioncharts
- License: mit
- Created: 2018-01-31T14:14:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T12:06:15.000Z (almost 8 years ago)
- Last Synced: 2025-02-23T02:44:15.717Z (10 months ago)
- Language: C#
- Size: 2.02 MB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FusionCharts Excel Export Sample Servers
## Overview
This repository contains sample servers for FusionCharts Excel Export.The available .NET servers are as follows :
* MVC Server (MVC 2+)
* A Simple Web Application (.aspx)
* Web API
## Server Installation
* Clone the repository
* Open the server of your choice in visual studio
* Build the application.
* Make sure all the nuget dependency are resolved.
* Run the Application
* Take a note of the URL on which the server is running.The default URL is set as : `http://localhost:8191`, the default URL to be used are as follows :
* For MVC server : `http://localhost:8191/api/v1.0/export`
* For Simple Web : `http://localhost:8191/FCExcelExport.aspx`
* For WebAPI : `http://localhost:8191/FCExcelExport`
## Client Installation
A Sample client is provided for testing purpose.To run the sample client, the steps are as follows :
* Build and run `FCExcelExport_Client` project.
* Select the type of server you have used.
* From the menu bar , click on "Export AS Excel" button.