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