Carlos Guedes

Results 12 issues of Carlos Guedes

A TabWidget plugin need to have a way to define a reducer to store/manage it's own state.

type:enhancement

The parser is throwing error when reading rows without cells (in sheetToTable). ```js rows: otherRows.map(function (row) { return (0, _lodash2.default)(headers, row.values.map(function (value) { return { value: effectiveValue(value), stringValue: formattedValue(value) };...