You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* To make this table look more like an excel sheet, follow this article - [Quick CSS Tools to make your web page tables to look just like excel](https://www.cogniview.com/articles-resources/quick-css-tools-for-making-your-web-tables-look-just-like-excel)
39
40
40
-
### And coding style tests
41
-
Explain what these tests test and why
42
41
43
-
```
44
-
Give an example
45
-
```
42
+
**Note:** Once the JSON data is obatined, you can also use other options to render them instead of the OutTable component. For example, [CanvasDataGrid](https://github.com/TonyGermaneri/canvas-datagrid) provides various features to render tabular data.
46
43
47
-
## Deployment
48
-
Add additional notes about how to deploy this on a live system
49
44
50
45
## Built With
51
-
*[Dropwizard](http://www.dropwizard.io/1.0.2/docs/) - The web framework used
*[ROME](https://rometools.github.io/rome/) - Used to generate RSS Feeds
54
-
55
-
## Contributing
56
-
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
46
+
*[SheetJS](https://github.com/SheetJS/js-xlsx) - The web page sheet framework used
57
47
58
-
## Versioning
59
-
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
0 commit comments