Iwark

Results 12 comments of Iwark

You can: ``` |> cast_attachements(params, [:image], allow_paths: true) ``` [Changelog](https://github.com/stavro/arc_ecto/blob/f9cc5730216f7f00e276da75c20f71372a38926f/CHANGELOG.md)

@madgeni Hi, currently, it doesn't have that function. Do you need it?

Hi @gemzruby, I think you need to use [Google Drive API](https://developers.google.com/drive/v3/web/manage-sharing) to update the permission, unfortunately.

Hi @grokify , thanks for your reporting! Can you explain me more about the issue? It works fine for me as follows: ``` package main import ( "fmt" spreadsheet "gopkg.in/Iwark/spreadsheet.v2"...

Yeah, it'd be better to be configurable. I think having these consts and the global variable to store that with default value `USER_ENTERED` won't break any existing functions ``` InputValueOptionUnspecified...

Or if we want to put the config including future ones we'll create together, we can make an explicit config struct and have something like `NewServiceWithConfig` I'm not sure it'll...

Hi, Thanks for your comment. By default, this library fetch cells not empty because it's faster. You can try to get empty cells by setting `ReturnEmpty` to true. ``` service.ReturnEmpty...

You now can use `ExpandSheet` to expands the range of the sheet. ``` err := service.ExpandSheet(sheet, row, column) ```

Please reopen if you have more questions or issues.

Hi @grugnog , Thanks for the PR! It seems very nice :) Can you please proceed with the docs, golint and tests?