It is possible now to use Google Spreadsheets are data sources for Qlikview dashboards. This can be used to replace excel files (which need to be dropped manually in a network folder).
This has advantages :
But it also comes with restrictions :
1 - Qlikview accesses and reads the file with user account sbs-is-appli-qlikview.support@solvay.com

2 - Qlikview doesn't use the names of the file & tabs - It uses internal ID's which are generated by Google (unique ID's).
3 - Qlikview doesn't use the header of your table.
4 - New columns will not be automatcally added into Qlikview
5 - Leave the A1 cell empty if not used by your data table/header
| INCORRECT | CORRECT | CORRECT |
|---|---|---|
![]() | ![]() | ![]() |
6 - The first row should not have empty data cells
Qlikview will consider that is the last row (even if there is data in other columns)

Below is a list of what you can do without impacting the QV loadings and in which cases you need to inform the QV team before hand (so that we can modify the scripts)
| What you cannot do (without informing us before) | What you can do |
|---|---|
| Remove access to the file from sbs-is-appli-qlikview.support@solvay.com | Rename the google spreadsheet (although not recommanded) |
| Delete the spreadsheet & recreate it (ID will be different even if you give the same name) | Rename the tab (although not recommanded) |
| Delete the tab and recreate it (ID will be different even if you give the same name) | Rename the columns of your table (columns are renamed in the QV script) |
| Change the order of the columns in the table or add new columns in between existing columns | Change the data values |
| Have an empty cell in the first column | Add new data rows |
| Add new header rows (Changing the line of the first data row) | Add formating : colors, text formats, borders |
| Give long column name with special character like '&', ';'. Example: "Date of Purchasing done ;" | Short and sweet unique name: Example: "Purchasing Date" or "PO_Date" |