-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
33 lines (20 loc) · 826 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
TODO
====
Upgrading from
github.com/360EntSecGroup-Skylar/excelize/v2 v2.3.2
to
github.com/xuri/excelize/v2 v2.6.1
- seems to have given our output files +x permission. This is not good, and is unnecessary.
Upgrading to v2.7.0 seems to have broken things, so I rolled back — now back to v2.3.2
- Look into updating to v2.7.0
- Check output file permissions when using v2.7.0
- Writers
- Should writers throw an error if the given type to write has no tagged fields?
- Logging for CSV and Excel writers on completion, detailing files written?
- Should be exposed as scrutiny metadata maybe?
- Switch existing reflect stuff in Write to use reflectwalk?
- Actually, I think this is overkill, we process flat structs.
- On second thoughts, it may simplify some of our code.
New writer types
----------------
?