Posts by IsmaelDev • 1 point
1 post
-
0
votes0
answers32
viewsQ: How to create a generic method for reading xlsx
I would like to create a method that reads an xlsx file with different data and save according to the given object. Type: Public Reader Object (object Object, file xlsx) { //Implementation } I have…