Manassés Loiola de Souza

Results 6 comments of Manassés Loiola de Souza

Does anyone else faced this issue? Here I'm trying the following: ``` await billsSheet.loadCells({ startRowIndex: rowNum, startColumnIndex: 0}) ... billsSheet.getCell(rowNum, i) ``` And this is working for the production spreadsheet...

Thanks for your inputs @jaismith Since I was dealing with a test spreadsheet, it was easy to create another new one and skip this issue

There's a PR already opened for that: https://github.com/terraform-providers/terraform-provider-archive/pull/61

Hi @chuckwondo > For example, would the following be a possible value? > > ``` > excludes = ["test", "src/**/*.ts"] > ``` I tried to accomplish something to cover that...

> ``` > excludes = ["__pycache__"] > ``` > > ``` > excludes = ["__pycache__/*"] > excludes = ["./__pycache__"] > ``` > Right. I suppose it covers all the use...

Good point! I already been annoyed by this model/view JTable concepts....guess must be monitored cases when we have to apply convertColumnIndexToModel(int) and convertColumnIndexToView(int)....maybe we'll need two methods, one for each...