John Juback
John Juback
That's very helpful. Also, what version of Windows and VSCode are you running?
The last 4 releases are [available as a VSIX](https://github.com/jjuback/gc-excelviewer/releases). I don't have a repro case for your issue, but I would try the latest version, 3.0.36.
Autosizing should work now, but selecting all cells is still a side effect. This behavior is inherited from the underlying control, and will be fixed in the next Wijmo drop.
There is now a setting that lets you specify a .NET-style format string for numbers: `csv-preview.numberFormat`. It defaults to `g2`, which uses fixed-point or scientific notation, whichever is more compact....
I just learned that we don't support the `e` format for scientific notation. See [this page](http://demos.wijmo.com/5/Angular/WijmoHelp/WijmoHelp/topic/wijmo.Globalize.Class.html) for information on supported formats.
Here is the list of supported functions: https://www.grapecity.com/wijmo/docs/Topics/Grid/FlexSheet/FlexSheet-Fomulas DATEVALUE./TIMEVALUE are not supported. NOW is supported by itself, but not in an expression as in your example. I'll open a support...
Can you upload a sample file so I can try to reproduce the issue? Thanks.
VSCode supports horizontal scrolling on all platforms. For Excel Viewer, it works on a Mac, but not Windows or Linux. I'm looking into it.