Skip to content

xlflow save

Save the workbook held by the managed xlflow session.

Usage

bash
xlflow save --session

Options and Arguments

Option / argumentDescriptionDefault
--sessionSave the managed session workbook.required
--jsonReturn save status.false

Examples

bash
xlflow save --session
xlflow save --session --json

Notes

IMPORTANT

Use this after push --session --no-save or edit --session when the live workbook should become the persisted workbook.

JSON Output Example

Successful --json output uses the xlflow envelope plus command-specific fields.

json
{
  "status": "ok",
  "command": "save",
  "session": { "name": "default", "dirty": false }
}

Released under the MIT License.