Duncan Garmonsway
Duncan Garmonsway
I tried running the example on the readme locally and on an Amazon EC2 free tier instance of Ubuntu Trusty Server. Both times It connected okay in the browser, but...
This is an attempt to address #671 by adding a flag `--html` to parse the input as HTML. Otherwise, STDIN and local files without the `.html` suffix are parsed as...
A similar issue was reported in #183 and addressed by #217. However, this doesn't work when files are passed into `STDIN`, or for local files. ```sh lychee --dump --base https://www.example.com...
E.g. if a cell with value "foo" is merged across `A1:A2` then cell `A2` should be created/overridden as a clone.
Investigate #82 by creating a test that will be run on Windows. I can't reproduce the error on my own Linux device.
When a formula references cells on the same sheet, the sheet name is implied, so it isn't available to the lexer. It would be convenient to put the sheet names...
ECMA p.1678. Rows have a `customFormat` attribute, and if this is `1` then apply their `s` attribute (style index), except where individual cells override it. Columns have a `style` attribute...
With more functionality, it makes sense to split things up into separate functions. * [x] `xlsx_cells()` cells of all worksheets in one data frame (#16) * [x] `xlsx_formats()` formatting and...
Thanks for a great package. Can it access buckets protected by multi-factor authentication? MFA is mentioned in a code comment, but I can't find it anywhere else. https://github.com/cloudyr/aws.s3/blob/ff2966749a361ff143ef99053325163460dc15d0/R/versioning.R#L54