Class SpreadsheetLoadContext


  • public class SpreadsheetLoadContext
    extends Object
    Keeps track of current whereabouts of the spreadsheet loader. For better contextual error messages. Careful when using this in lambda expressions: make sure to use the copy() method to create a new one for each lambda. How to automate this??
    • Field Detail

      • row

        public int row
    • Constructor Detail

      • SpreadsheetLoadContext

        public SpreadsheetLoadContext​(String file,
                                      String sheet,
                                      int row)
      • SpreadsheetLoadContext

        public SpreadsheetLoadContext()