anewb
anewb
When setting a cell value to a DateTime object `sheet[current_row, 1] = DateTime.parse(date)`, the cell shows just a numerical value in LibreOffice. I could not find any documentation on how...
### Cookbook version 7.1.3 ### Chef-client version 14.10.9 ### Platform Details Ubuntu 18.04.1 LTS ### Scenario: Specifying a new password for an existing user does not work with postgresql_user as...
### Cookbook version 2.7.0 ### Chef-client version 14.11.21 ### Platform Details Ubuntu 18.04 ### Scenario: Using firewall_rule in a custom resource results in exception Chef::Exceptions::ResourceNotFound ``` Chef::Exceptions::ResourceNotFound ---------------------------------- Cannot find...
Is there a way to set the number format of a cell, for example to date? I did not manage to find documentation or an example for this, any help...