gc-excelviewer icon indicating copy to clipboard operation
gc-excelviewer copied to clipboard

Need large file support

Open dodjango opened this issue 5 years ago • 1 comments

Hi, my csv files are e.g. 15MB large. Viewing theese files works but is very slow.

dodjango avatar Apr 24 '19 09:04 dodjango

@dodjango I have not tried very large data files yet, but you can check out the vscode-data-preview for faster data previews I just released yesterday. It's know to load a few MBs of data without hick-ups. Next v. will have very large data files support.

Data Preview ext. uses webassembly data streaming library, canvas-based grid for faster data table rendering, and provides stock charts with row/column pivots and aggregate functions to visualize csv and json array data files.

RandomFractals avatar May 23 '19 10:05 RandomFractals