I need to read a key value pair (Stored in Excel) in one of the OSGi service.I am thinking of three approaches:Store the Excel under Resources for Osgi bundle , and read the Excel using :File file = File.createTempFile("test",".xls");contentStream=class.getClassLoader().getResourceAsStream("TextExce...