xlsx-template
xlsx-template copied to clipboard
[Feature Request]support js/ts evaluation
it would be more flexible if user can control xlsx template logic without modify front-end code. for example:
// model
{
gender:1
}
// in sheet1,cell1
${gender?'male':'female'}