Skip to main content
Version: Next

Create Excel from CSV Text

Serializes a CSV text into Excel format. Requires XLSX.

Parameter Reference

ParameterDescriptionSupports TokensDefault
PatternOptionally provide a pattern to use for filenames on the server. For example "[User:Username]-avatar". Leave blank to use the original filename. Supports My TokensYesNone
Field SeparatorUse semicolon if you open CSV Files with Excel and your region Format is set to other than English (United States). Left unselected, defaults to comma. You can use the expression setting to dynamically pass a delimiter from the given list to the action, you can use both the punctuation mark (i.e. ';') or the noun that describes that punctuation mark (i.e. 'semicolon') as values when passing the delimiter as a token, this applies to all options except 'tab'. Supports My Tokens.YesNone
Handle DuplicatesNoRename
TextThe text that will be serialized. Can contain My Tokens.YesNone
Use excel formulasWhen a cell has a value that starts with = it will write it as a excel formula. Example: =Sum(A1,A2)To escape the = add a ' in front of it.NoNone
File PasswordAdd a password to the file. Use this if you don't want other to see the data. Supports My TokensYesNone
Worksheet PasswordAdd a password to the worksheet. Use this if you want other to see the data but not change it. Supports My TokensYesNone
FolderFolder to write the Excel file into.NoNone
Store Absolute URLOptionally provide a token name where to Store Absolute URL. The token can be used in next actions down the stack.NoNone
Store Relative URLOptionally provide a token name where to Store Relative URL. The token can be used in next actions down the stack.NoNone
Store Physical PathOptionally provide a token name where to Store Physical Path. The token can be used in next actions down the stack.NoNone
Store LinkClick UrlOptionally provide a token name where to Store the LinkClick Url. The token can be used in next actions down the stack.NoNone
Disable Force DownloadDisables LinkClick URL force download feature.NoNone