-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Renderer command line interface #94
Comments
Siemienik
referenced
this issue
in Siemienik/xlsx-renderer-cli
Aug 16, 2020
ISSUE: https://github.com/Siemienik/xlsx-renderer/issues/25 todo: * readme * tests coverage * further proposal: xml support
Siemienik
referenced
this issue
in Siemienik/xlsx-renderer-cli
Aug 29, 2020
Update: package.json define sections: bin, types, files Update: Add documentation Remove: tests because commanderjs is not test-friendly :( let's investigate it further ISSUE: https://github.com/Siemienik/xlsx-renderer/issues/25 todo: * further proposal: xml support
This was referenced Nov 26, 2020
done in #97 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Introduction
Solving this issue should allow using
xlsx-renderer
from the command line.Example:
proposed usages:
command body:
sxr [options] <template> [model]
Arguments
<template>
indicate which file is used as the template[model]
view model as a json used to generate a spreadsheet,Options
-o --output <filename>
write to filename-m --model <filename>
read filename as a[model]
(using both is denied)-o --output <filename>
write result into filename-t --type <type: json|xml>
specify parser for a model, default it is a JSON.The text was updated successfully, but these errors were encountered: