Open clbemre opened 7 years ago
How to use dynamic data ? İ won't use bean class
@SpreadSheetCell(name = "ID", size = 100, position = 1) ---> i won't private Integer id;
i need dynamic data with programatically
It's currently not supported, I created this library to have spreadhseet ready as fast as possible base on data.
PR welcome.
Okey, Thank you .(
How to use dynamic data ? İ won't use bean class
@SpreadSheetCell(name = "ID", size = 100, position = 1) ---> i won't private Integer id;
i need dynamic data with programatically