Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

allow cellFilter #2

Closed
srijken opened this issue May 11, 2015 · 0 comments
Closed

allow cellFilter #2

srijken opened this issue May 11, 2015 · 0 comments
Assignees
Milestone

Comments

@srijken
Copy link
Owner

srijken commented May 11, 2015

allow cellFilter for angular filtering of data, like so:

var result = ngXlsx.writeXlsx([
{
sheetName: "testSheet",
columnDefs: [
{field: "colB", displayName: "Column B", cellFilter: "currency"}
],
data: [
{colB: 12.34}
]
}
]);

@srijken srijken added this to the v0.4.0 milestone Sep 8, 2015
@srijken srijken self-assigned this Sep 8, 2015
srijken added a commit that referenced this issue Sep 8, 2015
@srijken srijken closed this as completed Sep 8, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant