Difference between revisions of "Exporting List View Results to Microsoft Excel"

From SmartWiki
Jump to: navigation, search
m (Modified the note and added a note to point out that the extra column in the basic search which is added when searching for a value in a custom field does not export to the excel file.)
m
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
  
 
A major feature of SmartSimple [[list views]] is that list view results can be easily exported to Microsoft Excel. Once your list view has been [[Configuring List Views|created]], take the following steps to enable exporting to Excel:
 
A major feature of SmartSimple [[list views]] is that list view results can be easily exported to Microsoft Excel. Once your list view has been [[Configuring List Views|created]], take the following steps to enable exporting to Excel:
 +
 
# Go to the [[Accessing the List View Configuration Page|list view configuration page]].
 
# Go to the [[Accessing the List View Configuration Page|list view configuration page]].
 
# Click into the list view for which you wish to enable exporting.
 
# Click into the list view for which you wish to enable exporting.
Line 11: Line 12:
 
{{ExportEnabled}}
 
{{ExportEnabled}}
  
* The Export button will now be enabled for your list view.<br><BR>
+
* The Export button will now be enabled for your list view.<br /><br />
 
* You can also tell the system where you want the results of the list view export to be positioned in the resultant Excel spreadsheet. Visit [[Positioning Exported List View Results in your Excel Spreadsheet|this page]] for instructions.
 
* You can also tell the system where you want the results of the list view export to be positioned in the resultant Excel spreadsheet. Visit [[Positioning Exported List View Results in your Excel Spreadsheet|this page]] for instructions.
 
* Additionally, you can upload an Excel spreadsheet to be used as a template for list view result exports. Visit [[Using an Excel Template for List View Export Results|this page]] for instructions.
 
* Additionally, you can upload an Excel spreadsheet to be used as a template for list view result exports. Visit [[Using an Excel Template for List View Export Results|this page]] for instructions.
Line 17: Line 18:
  
 
'''Note:'''
 
'''Note:'''
 +
 
* Buttons displayed on the list view, such as [[Quick Edit]] buttons and {{WPV}}s, will not be exported. A blank column in the Excel file will result for columns containing only buttons.
 
* Buttons displayed on the list view, such as [[Quick Edit]] buttons and {{WPV}}s, will not be exported. A blank column in the Excel file will result for columns containing only buttons.
* In the basic search, when searching on a custom field, an additional column is added to the list view showing the values for that custom field. This additional column will not be exported to the Excel spreadsheet, an additional list view export can be configured for that.
+
* In the [[Basic Search|Basic Search panel]], when searching on a custom field, an additional column is added to the list view showing the values for that custom field. This additional column will not be exported to the Excel spreadsheet, an additional list view export can be configured for that.
 +
 
 +
===CSV Data Security===
 +
When exporting data into a CSV format, files can become vulnerable to [https://owasp.org/www-community/attacks/CSV_Injection malicious CSV injection attacks]. As a precautionary measure, an additional space will be added at the beginning of any values starting with at signs ( @ ), plus signs ( + ), minus signs ( - ), piping symbols ( | ), or equals signs ( = ). Therefore, when you export a file from Platform3 into a CSV format and later need to import that file into another system, please ensure you trim the additional space in front of any values.
  
 
{{ListViewFooter}}
 
{{ListViewFooter}}
 +
 
* [[Positioning Exported List View Results in your Excel Spreadsheet]]
 
* [[Positioning Exported List View Results in your Excel Spreadsheet]]
 
* [[Using an Excel Template for List View Export Results]]
 
* [[Using an Excel Template for List View Export Results]]
Line 27: Line 33:
  
  
[[Category:Integration]]
+
[[Category:Document Generation]]
  
 
<!--Support Tickets that pertain to exporting list views to Excel:
 
<!--Support Tickets that pertain to exporting list views to Excel:

Latest revision as of 14:12, 10 February 2021

caption Click here to watch a video on creating and editing List Views.


A major feature of SmartSimple list views is that list view results can be easily exported to Microsoft Excel. Once your list view has been created, take the following steps to enable exporting to Excel:

  1. Go to the list view configuration page.
  2. Click into the list view for which you wish to enable exporting.
  3. Click on the "Export" tab.
  4. Select the ExportListView enableexport.PNG option.
  5. Click the "Save" button.

ExportListView exportenabled.png

  • The Export button will now be enabled for your list view.

  • You can also tell the system where you want the results of the list view export to be positioned in the resultant Excel spreadsheet. Visit this page for instructions.
  • Additionally, you can upload an Excel spreadsheet to be used as a template for list view result exports. Visit this page for instructions.
  • SmartSimple uses special rules for exporting values stored in currency formats to Excel. Visit this page for detailed information.

Note:

  • Buttons displayed on the list view, such as Quick Edit buttons and Web Page Views, will not be exported. A blank column in the Excel file will result for columns containing only buttons.
  • In the Basic Search panel, when searching on a custom field, an additional column is added to the list view showing the values for that custom field. This additional column will not be exported to the Excel spreadsheet, an additional list view export can be configured for that.

CSV Data Security

When exporting data into a CSV format, files can become vulnerable to malicious CSV injection attacks. As a precautionary measure, an additional space will be added at the beginning of any values starting with at signs ( @ ), plus signs ( + ), minus signs ( - ), piping symbols ( | ), or equals signs ( = ). Therefore, when you export a file from Platform3 into a CSV format and later need to import that file into another system, please ensure you trim the additional space in front of any values.


See Also