Arnoux Cronje
Arnoux Cronje
@SrMatheus2000 I had the same issue as you. Got around it by using the React `useState` hook instead of way that the README suggests. So instead of doing this: ```javascript...
@dromaz your type does not cause this to error: ```ts // @ts-expect-error type error = MyAwaited ``` This adjustment works: ```ts type MyAwaited = T extends PromiseLike ? V extends...
@ewaldhofman-sf @illonage we are also very interested in being able to handle Viz errors. Unfortunately trying your developer preview version (we are currently on v3.1.0), we are faced with the...
Same issue, would appreciate the proper fix @breakerh ! I'll use @mattiastofte 's solution for now, thanks for posting the code :smile:
@PrettyWood would your solution work for this use case? 
Even though my Rust knowledge is pretty limited I would be willing to help get this over the line @PrettyWood @tafia . We _really_ need this!
> @tafia I added the support for ODS. I reckon having the option at workbook level is not appropriate. We could want to open a sheet with one header row...
I understand what you're saying and I saw your implementation. I explained why I think it's acceptable for the sheet options to be at the workbook level.