-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return an ExcelException object rather than a string to represent MS Excel formula errors #1605
base: master
Are you sure you want to change the base?
Commits on Aug 4, 2020
-
Return an ExcelException object rather than a string to represent MS …
…Excel formula errors, so that formulae that return string values that do begin with a '#' can be distinguished from actual formula errors
MarkBaker committedAug 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 692c5aa - Browse repository at this point
Copy the full SHA 692c5aaView commit details -
MarkBaker committed
Aug 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 7cd9acf - Browse repository at this point
Copy the full SHA 7cd9acfView commit details -
MarkBaker committed
Aug 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 4307e85 - Browse repository at this point
Copy the full SHA 4307e85View commit details -
And the moral of the story: fixing one phpcs issue can actually creat…
…e another
MarkBaker committedAug 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 3a9110c - Browse repository at this point
Copy the full SHA 3a9110cView commit details -
This should fix all the scrutinizer issues with the actual code, leav…
…ing only its problems with the unit tests... pity it doesn't recognise the validity of previous assertions in a test
MarkBaker committedAug 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 3d96ebc - Browse repository at this point
Copy the full SHA 3d96ebcView commit details -
Simplify some of our nested ifs
MarkBaker committedAug 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 208fc1d - Browse repository at this point
Copy the full SHA 208fc1dView commit details -
Refactor of xls writer for formulae
MarkBaker committedAug 4, 2020 Configuration menu - View commit details
-
Copy full SHA for ecb3c10 - Browse repository at this point
Copy the full SHA ecb3c10View commit details -
MarkBaker committed
Aug 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 4b95bf4 - Browse repository at this point
Copy the full SHA 4b95bf4View commit details -
MarkBaker committed
Aug 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 51037e5 - Browse repository at this point
Copy the full SHA 51037e5View commit details -
Fix exception return datatypes in Engineering functions
MarkBaker committedAug 4, 2020 Configuration menu - View commit details
-
Copy full SHA for cd0ff30 - Browse repository at this point
Copy the full SHA cd0ff30View commit details -
Fix exception return datatypes in Engineering and Statistical functions
MarkBaker committedAug 4, 2020 Configuration menu - View commit details
-
Copy full SHA for 5b84ebb - Browse repository at this point
Copy the full SHA 5b84ebbView commit details -
MarkBaker committed
Aug 4, 2020 Configuration menu - View commit details
-
Copy full SHA for a9f50a5 - Browse repository at this point
Copy the full SHA a9f50a5View commit details
Commits on Aug 5, 2020
-
Minor refactoring of HTML Cell writer to eliminate pass by reference
MarkBaker committedAug 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 6b40b74 - Browse repository at this point
Copy the full SHA 6b40b74View commit details -
MarkBaker committed
Aug 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 5111ee9 - Browse repository at this point
Copy the full SHA 5111ee9View commit details -
Try to let scrutinizer now that we have identified object types in tests
MarkBaker committedAug 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 640bce8 - Browse repository at this point
Copy the full SHA 640bce8View commit details -
Ok, let's try and keep phpcs happy with our attempted hackaround for …
…Scrutinizer
MarkBaker committedAug 5, 2020 Configuration menu - View commit details
-
Copy full SHA for f8dc0d0 - Browse repository at this point
Copy the full SHA f8dc0d0View commit details -
Seriously?!?
/**
is acceptable outside a method, but inside the met……hod only `/*` is allowed?!?
MarkBaker committedAug 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 2abec34 - Browse repository at this point
Copy the full SHA 2abec34View commit details -
So let's see in Scrutinizer prefers this approach
MarkBaker committedAug 5, 2020 Configuration menu - View commit details
-
Copy full SHA for e189a3c - Browse repository at this point
Copy the full SHA e189a3cView commit details -
So let's see in Scrutinizer prefers this approach
MarkBaker committedAug 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 01dd73f - Browse repository at this point
Copy the full SHA 01dd73fView commit details -
MarkBaker committed
Aug 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 6b617d9 - Browse repository at this point
Copy the full SHA 6b617d9View commit details -
Scrutinizer really is pretty f***ing stupid
MarkBaker committedAug 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 7c2c927 - Browse repository at this point
Copy the full SHA 7c2c927View commit details -
Fix some return typehinting for Date and Financial functions
MarkBaker committedAug 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 82b4a20 - Browse repository at this point
Copy the full SHA 82b4a20View commit details -
Fix some return typehinting for Financial functions
MarkBaker committedAug 5, 2020 Configuration menu - View commit details
-
Copy full SHA for c70ac2f - Browse repository at this point
Copy the full SHA c70ac2fView commit details -
Fix some return type docblocks for DateTime and Financial functions
MarkBaker committedAug 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 557277a - Browse repository at this point
Copy the full SHA 557277aView commit details
Commits on Aug 6, 2020
-
Excel error returns in unit tests are now ExcelException rather than …
…string
MarkBaker committedAug 6, 2020 Configuration menu - View commit details
-
Copy full SHA for cc8a6d4 - Browse repository at this point
Copy the full SHA cc8a6d4View commit details
Commits on Aug 7, 2020
-
Minor changes to typehinting, and a shortcut for date conversion
MarkBaker committedAug 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 0336b0c - Browse repository at this point
Copy the full SHA 0336b0cView commit details -
Minor tweaks to return datatype docblocks
MarkBaker committedAug 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 86902ff - Browse repository at this point
Copy the full SHA 86902ffView commit details -
Minor tweaks to return datatype docblocks
MarkBaker committedAug 7, 2020 Configuration menu - View commit details
-
Copy full SHA for c73079f - Browse repository at this point
Copy the full SHA c73079fView commit details -
Trying to find that nice balance line between PHPStorm complaining th…
…at I'm not handling a thrown exception, and phpcs complaining that I have a @throws annotation in the docblock
MarkBaker committedAug 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 6cfd4ec - Browse repository at this point
Copy the full SHA 6cfd4ecView commit details -
Trying to find that nice balance line between PHPStorm complaining th…
…at I'm not handling a thrown exception, and phpcs complaining that I have a @throws annotation in the docblock
MarkBaker committedAug 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 8c0f965 - Browse repository at this point
Copy the full SHA 8c0f965View commit details -
So lets see what this achieves
MarkBaker committedAug 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 80480bf - Browse repository at this point
Copy the full SHA 80480bfView commit details
Commits on Aug 10, 2020
-
MarkBaker committed
Aug 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 5f31aaa - Browse repository at this point
Copy the full SHA 5f31aaaView commit details -
MarkBaker committed
Aug 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 332b1af - Browse repository at this point
Copy the full SHA 332b1afView commit details
Commits on Aug 11, 2020
-
MarkBaker committed
Aug 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 9741159 - Browse repository at this point
Copy the full SHA 9741159View commit details -
MarkBaker committed
Aug 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 2426c59 - Browse repository at this point
Copy the full SHA 2426c59View commit details -
MarkBaker committed
Aug 11, 2020 Configuration menu - View commit details
-
Copy full SHA for bf084fc - Browse repository at this point
Copy the full SHA bf084fcView commit details
Commits on Aug 12, 2020
-
MarkBaker committed
Aug 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 839bd11 - Browse repository at this point
Copy the full SHA 839bd11View commit details
Commits on Aug 26, 2020
-
MarkBaker committed
Aug 26, 2020 Configuration menu - View commit details
-
Copy full SHA for bfe278b - Browse repository at this point
Copy the full SHA bfe278bView commit details
Commits on Jan 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 464b57f - Browse repository at this point
Copy the full SHA 464b57fView commit details