@anasustic
Can you try below code
@Overrideprotected void doPost(SlingHttpServletRequest request, SlingHttpServletResponse response) throws IOException {PrintWriter out = response.getWriter();RequestParameter xlsxFile = request.getRequestParameter("xlsxfile");final InputStream inputStream = xls...