Package org.yamcs.mdb

Class SpreadsheetLoadContext

java.lang.Object
org.yamcs.mdb.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 Details

    • file

      public String file
    • sheet

      public String sheet
    • row

      public int row
  • Constructor Details

    • SpreadsheetLoadContext

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

      public SpreadsheetLoadContext()
  • Method Details