i planning develop swing application ms excel.that fill values in 1 excel sheet excel sheet.manually doing using "v up" formula. in swing application have use "v up". can please in choosing right architecture , technologies use swing. sample should helpful.
there couple of open source libraries can use read excel file such apache poi.
once you've read excel file data structure, can written datamodel jtable. alternatively, write custom datamodel read dynamically excel file, i'd take 2 steps seperately , build complexity once understand excel file reading library choose.
Comments
Post a Comment