We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1999415 commit 5a58283Copy full SHA for 5a58283
CHANGES
@@ -1,5 +1,7 @@
1
# Head
2
3
+# 0.3.17 - 2015 May 14
4
+
5
- Fix a bug when simplifying SUM("Not a number") and the like
6
7
# 0.3.16 - 2015 May 12
src/excel_to_code.rb
@@ -1,5 +1,5 @@
class ExcelToCode
- def self.version() "0.3.16" end
+ def self.version() "0.3.17" end
end
require_relative 'commands'
0 commit comments