McLeodMoores / xl4j

Framework for writing Excel Add-ins in Java
Other
7 stars 3 forks source link

Make xlfCaller information available to type conversion logic #97

Open jimmoores opened 8 years ago

jimmoores commented 8 years ago

This will mean the converter can decide to transpose arrays automagically if the user has e.g. a 20x2 array formula rather than a 2x20 formula. There's lots of other reasons why the caller information might be useful too, like being able to store exceptions in a map indexed by caller so they can be looked up conveniently.