issues
search
McLeodMoores
/
xl4j
Framework for writing Excel Add-ins in Java
Other
7
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Progress bar for function registration
#69
jimmoores
closed
8 years ago
1
Is there a way to check uniqueness of function names and warn?
#68
emcleod
opened
8 years ago
3
Figure out licensing, trials, payment, etc.
#67
jimmoores
closed
7 years ago
2
Produce configuration UI
#66
jimmoores
closed
8 years ago
1
Produce installer
#65
jimmoores
closed
8 years ago
1
Make plug-in use Registration-free COM
#64
jimmoores
closed
8 years ago
1
Cannot call methods that don't take arguments
#63
emcleod
closed
8 years ago
1
Pascal case for function names
#62
emcleod
opened
8 years ago
2
=JStaticMethod("java.lang.Double", "valueOf", RAND()) returns XLNumber obj instead of Double
#61
jimmoores
closed
8 years ago
4
Are there supposed to be standard categories for XLFunctions?
#60
emcleod
closed
8 years ago
2
Create a @XLClass annotation that indicates that all methods in the class are available
#59
emcleod
closed
7 years ago
0
Check that a method has a @XLFunction annotation before invoking it
#58
emcleod
closed
7 years ago
3
Create an annotation for constructors that is used in the same way as @XLFunction
#57
emcleod
closed
7 years ago
1
Put the required size of an array in the (1, 1) cell if the result array is larger than the selected area
#56
emcleod
opened
8 years ago
1
Is it a strict requirement that function names in Excel are unique?
#55
emcleod
closed
7 years ago
2
Arrays.asList still causing problems
#54
emcleod
closed
8 years ago
1
Demo sheet for simple equity analysis
#53
emcleod
opened
8 years ago
0
Simple equity analysis code
#52
emcleod
opened
8 years ago
0
Functions that create time series
#51
emcleod
closed
8 years ago
0
Create a simple time series class
#50
emcleod
closed
8 years ago
0
Should XLArray be generic
#49
emcleod
closed
8 years ago
1
Helper methods on XLArray to determine if it's a row, column or area
#48
emcleod
closed
8 years ago
0
Helper methods for XLNumber
#47
emcleod
closed
8 years ago
0
DefaultExcelCallback.java: try paranamer / JavaDocs to create an argument name if there is not a value in the annotation
#46
emcleod
opened
8 years ago
0
FunctionRegistry.java: don't limit to our package when scanning for functions
#45
emcleod
closed
7 years ago
2
Heap.java: Need some sort of check-pointing as current GC won't work without freezing sheet operations.
#44
emcleod
closed
8 years ago
1
Probable bug in FRAMEWRK.c (MS Excel plug-in framework)
#43
jimmoores
closed
7 years ago
1
Tidy up code
#42
emcleod
opened
8 years ago
1
Tests for example functions
#41
emcleod
closed
8 years ago
0
Javadocs for method invocation classes after behaviour has been confirmed
#40
emcleod
closed
7 years ago
0
Vararg methods aren't supported in JMethod or JMethodX
#39
emcleod
closed
8 years ago
0
Tests for JMethod, JMethodX, JStaticMethod, JStaticMethodX
#38
emcleod
closed
8 years ago
0
Javadocs for constructor invocation classes after behaviour has been confirmed
#37
emcleod
closed
7 years ago
0
Vararg constructors aren't supported
#36
emcleod
closed
8 years ago
0
Add a String -> integer converter
#35
emcleod
closed
8 years ago
0
Do chars and bytes need to be supported
#34
emcleod
closed
7 years ago
1
2D array conversion accepts an empty array as input, but XLArray does not
#33
emcleod
closed
8 years ago
1
The TypeConverterRegistry passed in to the constructors of type converters can be null
#32
emcleod
closed
8 years ago
1
2D object array Java -> XL conversion should make sure the array is rectangular by padding with XL nulls
#31
emcleod
closed
8 years ago
0
Should Object array converters fall back to using Object -> XLObject and vice versa if specific converters cannot be found?
#30
emcleod
opened
8 years ago
0
Add an ObjectXLStringTypeConverter
#29
emcleod
closed
8 years ago
0
Add round trip tests for Excel to Java conversion and back
#28
emcleod
closed
8 years ago
1
Add a String -> long converter
#27
emcleod
closed
8 years ago
0
Is a String->short converter possible or needed?
#26
emcleod
closed
8 years ago
1
Add a String -> float converter
#25
emcleod
closed
8 years ago
0
Add a String -> double converter
#24
emcleod
closed
8 years ago
0
Add a String -> boolean converter
#23
emcleod
closed
8 years ago
0
Vararg methods aren't supported in JStaticMethod or JStaticMethodX
#22
emcleod
closed
8 years ago
1
Enum creation test fails
#21
emcleod
closed
8 years ago
2
Attempting to use Double.valueOf(double) fails
#20
emcleod
closed
8 years ago
4
Previous
Next