mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-03-06 07:30:41 +07:00
Added todo comment for excel column feature
This commit is contained in:
parent
19a7f10766
commit
c8b69868b5
@ -215,6 +215,7 @@ public abstract class Excel<T extends Excel.Entry> implements Iterable<T> {
|
||||
TMP[0] = format;
|
||||
columns.put(field, in.getColumnId(TMP));
|
||||
} else {
|
||||
// TODO: support custom replacement with field name %z or something
|
||||
String[] columnNames = new String[endIndex - startIndex];
|
||||
if (values.length == 0) {
|
||||
for (int i = startIndex, j = 0; i < endIndex; i++, j++) {
|
||||
|
Loading…
Reference in New Issue
Block a user