Questions tagged [spring-batch-excel]

This tag is related to the spring-batch-excel project.

This tag is related to the https://github.com/spring-projects/spring-batch-extensions/tree/master/spring-batch-excel project.

20 questions
0
votes
0 answers

Reading XLSX data in SpringBatch

I have an xlsx file that has to be read and the date field needs to be written to MYSQL DateTime column. The date in the excel file is in the format " 2018-08-06 16:32:58" But when I read it using PoiItemReader and then convert it in a custom…
0
votes
0 answers

How to read more than Text file in springbatch item reader

I have to read a text file from item reader into my item processor. But now I have to read more than one file in my item processor. And I have one more doubt in text file reader: how to read a text file without using file concept?
0
votes
1 answer

org.springframework.batch.item.ItemStreamException: Failed to initialize the reader on second api call

getting the error in the title when trying to invoke a springbatchjob secondtime with the same xlsx file. Technologies used : Springbatch,springboot,mysql,java,springbatchexcel.
0
votes
0 answers

springbatch excel does not work for the second time

I am using an api to call the springbatch job. when i call for the first time it works fine. second time gives the below error. Caused by: java.lang.IllegalArgumentException: Sheet index (3) is out of range (0..2). Below is my…
0
votes
0 answers

SpringBatch step is not getting called

I am using springbatch to do a batch update based on user input(file). But Step is not getting called due to which writer is not getting called. Also not getting any error or exception but the job completed successfully without Below is my…
1
2