Stars
1
Forks
0
Watchers
1
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
17
commits
This is a library to export SQL to excel using Apache POI library
e780d3aView on GitHubHandles api request both success and error and puts the data corresponding to it's mail_id
f273485View on GitHubReapply "Added a test api call section also, let's see how it goes"
482c516View on GitHubRevert "Added a test api call section also, let's see how it goes"
c49664bView on GitHubAdded feature to fill all the headers and their respective columns dynamically and disabled api call temporarily
c15f74fView on GitHubFixed data fetcher error as mail_id was permanently null in previous commits
ee0ddbcView on GitHubExcel file writing feature is added so that mail_id and corresponding mail_subject would be written in the Excel sheet
2ef671fView on GitHubExcel file writing feature is added so that mail_id and corresponding mail_subject would be written in the Excel sheet
514d50fView on GitHubFetching data using jdbc then storing it in string vector and then using the vector iteratively to call api of different mail_id
ccf41a3View on GitHubAdded jdbc to fetch mail_id and store it into array which will be used to call api after that we will store the data in xlsx format
8f67b75View on GitHub