Rev 782 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 782 | Rev 783 | ||
|---|---|---|---|
| Line 46... | Line 46... | ||
| 46 | private static final DateTimeFormatter TIME_FORMAT = DateTimeFormatter.ofPattern("dd-MM-yyyy HH:mm:ss"); |
46 | private static final DateTimeFormatter TIME_FORMAT = DateTimeFormatter.ofPattern("dd-MM-yyyy HH:mm:ss"); |
| 47 | 47 | ||
| 48 | public ExcelProfitDataProvider(Path excelFile, String sheetName) { |
48 | public ExcelProfitDataProvider(Path excelFile, String sheetName) { |
| 49 | this.excelFile = excelFile; |
49 | this.excelFile = excelFile; |
| 50 | this.sheetName = sheetName; |
50 | this.sheetName = sheetName; |
| 51 | }
|
- | |
| 52 | - | ||
| 53 | @Override |
- | |
| 54 | public Map<String, ProfitTick> readCurrentTicks() { |
- | |
| 55 | // TODO Auto-generated method stub
|
- | |
| 56 | return null; |
- | |
| 57 | }
|
51 | }
|
| 58 | 52 | ||
| 59 | /**
|
53 | /**
|
| 60 | * Lê um ou vários arquivos:
|
54 | * Lê um ou vários arquivos:
|
| 61 | * - Se excelFile for um arquivo: lê apenas esse arquivo (.xlsx, .xls ou .csv)
|
55 | * - Se excelFile for um arquivo: lê apenas esse arquivo (.xlsx, .xls ou .csv)
|