dinesh19aug / javahabit-comments

0 stars 0 forks source link

Read / Write Excel file in Java using Apache POI #23

Open dinesh19aug opened 4 years ago

dinesh19aug commented 4 years ago

https://www.javahabit.com/2014/04/18/apache-poi-tutorial-reading-writing-excel-files-java/

About a year or two ago I was working with finance team where they wanted to pull the credit card transactions for all the customer using various combinations. Ex – – Get the credit card txns for today or certain date. – Get the txns for customer who used Mastercard or Visa. However they wanted this application to generate a Excel file and save it on their local machine so that they could prepare reports for our CEO.