Design Pattern for converting Excel document into XML and JSON



Is there any design pattern in Java that can help in writing easy to maintain and flexible code for converting excel document into many other output documents of different types like XML, JSON, etc. ?


No comments:

Post a Comment