Skip to content

Commit 6cc4808

Browse files
#24 updated docs for mutliple spreadsheets data preview release
+ updated demo global sales by category test data config file
1 parent 00f1a8d commit 6cc4808

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ large `.csv/.tsv`, `.xlsx/.xlsm`, `.json` array, `.arrow`, `.avro` & `.parquet`
1212
- Basic Data Charts creation with Aggregate Functions, Row & Column Pivots
1313
- Pluggable Data Charting libraries for stock Charts: [highcharts](https://www.highcharts.com/demo) || [d3fc](https://d3fc.io/)
1414
- Persistent Data Preview Settings (Sort, Filter, Pivots, etc.) for restore of open panels on vscode Reload
15+
- Mulptiple Spreadsheets Data Preview for `Excel` data files
1516
- Arrow & Avro `.schema.json` generation & binary `Excel` data files `.json` data generation for text data preview
1617
- Filtered data `.json` & `.csv` Save file options
17-
- Save and Load data view config options
18+
- Save and Load data view `.config` options
1819
- Dark & Light Data Preview Panel Themes
1920

2021
![Perspective Viewer](https://github.com/RandomFractals/vscode-data-preview/blob/master/images/perspective-viewer.gif?raw=true

data/Demographics-GlobalSales-by-category.config

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"config": {
33
"aggregates": "{\"Address\":\"count\",\"Category\":\"count\",\"City\":\"count\",\"Country\":\"count\",\"Distributor\":\"count\",\"Item Type\":\"count\",\"Path\":\"count\",\"Product\":\"count\",\"Sales Person\":\"count\",\"State\":\"count\",\"Order Date\":\"count\",\"Total Amount\":\"sum\",\"Postal Code\":\"sum\"}",
4-
"class": "dragging",
54
"column-pivots": "[]",
6-
"columns": "[\"Address\",\"City\",\"Country\",\"Distributor\",\"Item Type\",\"Order Date\",\"Path\",\"Postal Code\",\"Product\",\"Sales Person\",\"Total Amount\",\"State\"]",
5+
"columns": "[\"Birth Date\",\"Date First Purchase\",\"Education\",\"Gender\",\"Home Owner Flag\",\"Marital Status\",\"Number Cars Owned\",\"Number Children At Home\",\"Occupation\",\"Total Children\",\"Total Purchase YTD\",\"Yearly Income\"]",
76
"filters": "[]",
8-
"row-pivots": "[\"Category\"]",
7+
"row-pivots": "[]",
98
"settings": "true",
109
"sort": "[[\"Category\",\"asc\"]]",
1110
"view": "grid"

0 commit comments

Comments
 (0)