David D.

Results 38 comments of David D.

@jmcnamara We're currently using this fork in production and it's working well. What do I need to do to get this merged with Calamine? Some things to discuss: * Is...

> @ddimaria Any update on this? @jmcnamara sorry for the delay, I got pulled into other projects. My goal is to polish this PR and address feedback next week. We've...

> @ddimaria I would still like to merge this since it would fix a lot of other feature requests. I would avoid the stretch goal for now. @jmcnamara sorry for...

@jmcnamara can you confirm that these test failures are unrelated to this PR? I'm happy to fix them, but may be lacking in some context. ```shell ---- issue_391_shared_formula stdout ----...

API code review is done. Nothing non-blocking, but there are some logs as well as duplicated code that could be addressed.

For security reasons, I don't think we want to auto-refresh the token. Since we store unsent transactions in local storage, we could simply log the user's out when this happens,...

@tafia @jmcnamara I'm currently working on a style implementation in a fork of this crate. We're currently using Calamine for values and formulas and need style reading support without adding...

WIP PR: https://github.com/tafia/calamine/pull/538 At my job, we're building an online spreadsheet that allows importing/exporting from/to Excel. We use `Calmine` for imports and rust_xlsxwriter for exports ❤️. For imports, we currently...