Hi. Im trying to build an app that will extract several fields from several Excel worksheets. For example, I may get worksheets from several different companies and I want to extract two fields from each of these worksheets, such as partID and quantity. How would I go about extracting this data using java? I believe I must convert it to a CSV file. If this is the case, how do I go about doing that? I appreciate any help you guys can provide or even point me in the right direction! Thanx.