Skip to content

Async UDF, variant arrays, some optimisations#6

Open
ronniec95 wants to merge 40 commits into
MarcusRainbow:masterfrom
ronniec95:master
Open

Async UDF, variant arrays, some optimisations#6
ronniec95 wants to merge 40 commits into
MarcusRainbow:masterfrom
ronniec95:master

Conversation

@ronniec95

Copy link
Copy Markdown

I added the conversion function to bool so users can call a function with the syntax =FOO(TRUE) rather than the string "TRUE"

@ronniec95

Copy link
Copy Markdown
Author

I've also added a feature gated try_from API for when it becomes stable in Rust. It could be useful for those using nightly. I would suggest removing the old from_* methods but it's up to you if you wish to break existing code once that's done

Ronnie Chowdhury and others added 26 commits November 25, 2018 12:48
Removed extraneous commented code
Added Error derive
Some bugfixes when unexpected data from Excel
…e returned to excel which significantly enhances user experience. You can now label fields with text and then have numbers.

Cost: Slightly slower as not all types are stored sequentially if string/f64 combination.
Upped array size to 1,048,575
Added macros to return tables make_row/col which makes it easier to manipulate complex structures
@ronniec95 ronniec95 changed the title Added bool conversion from Variant Async UDF, variant arrays, some optimisations Jan 8, 2021
Added support for reference ranges such as those from OFFSET/INDEX
Helper macros for creating variant tables make_rol_table,make_col_table and also check_arr to check all values are non zero/nan which is often useful for math code
…s returning a nil value rather than the actual value
…. Also handle some other Excel errors appropriately

Added variant,usize => variant conversion to return heterogeneous typed array back to excel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant