HSSF / XSSF Interaction with Microsoft Excel ( .xls and .xlsx )
Overview We will discuss HSSF / XSSF Interaction with Microsoft Excel ( .xls and .xlsx ). Mostly, interacting with excel documents in automation frameworks built with the open source we use either Apache POI or JExcel ( a.k.a JXL API ). In this article, we will concentrate on Apache POI. Test data in Excel files […]