-
### 问题1
```
$config = ['path' => './'];
$excel = new \Vtiful\Kernel\Excel($config);
$excel->constMemory('tutorial01.xlsx');
$excel->insertText(0, 0, 'aaaaa');
$excel->insertImage(1, 1, './TZ-01…
-
When I did a `gem install fast_excel` on macOS Mojave and Xcode 10, I was getting the error:
ld: library not found for -lgcc_s.10.4
After a bit of digging, I found [this fix](https://gist.gi…
-
Hi,
I am currently maintaining 4 version of the same Xlsx writing library in Perl, Python, C and Lua:
- https://github.com/jmcnamara/excel-writer-xlsx
- https://github.com/jmcnamara/XlsxWriter
-…
-
The solution is in https://github.com/jmcnamara/libxlsxwriter/pull/244 but I wanted to get some guidance from @burner how to approach integrating it here.
-
to reproduce, use example for saving urls and add this:
```
FastExcel::URL.new("https://www.luluhypermarket.com/cdn-cgi/image/f=auto/medias/1976246-01.jpg-300Wx300H?context=bWFzdGVyfGltYWdlc3wyOTk…
-
If I run the following command:
```
docker run --rm -it docker.io/library/ruby:3.0.3-bullseye gem install fast_excel
```
I get the following error as the installer attempts to compile `libxlsxwrit…
-
**Environment Information**
* jruby 9.3.13.0 (2.6.8) 2023-11-02 09b6f2263a OpenJDK 64-Bit Server VM 11.0.21+0 on 11.0.21+0 +jit [x86_64-darwin]
* Darwin Ubuntu-Karmic-Koala-910.local 22.6.0 Da…
-
Reproduced rust source code.
main.rs
```rust
use anyhow::Result;
use xlsxwriter::{
DataValidation, DataValidationCriteria, DataValidationErrorType, DataValidationType, Workbook,
};
fn…
-
I get errors when opening following csv file which opens correctly in other softwares. Here's the file: [MPI_Directory_by_Establishment_Name.csv](https://github.com/andmarti1424/sc-im/files/11954339/M…
-
Hey @Paxa !
Thank you for this gem. I'm interested what's your intention with it? I.e do you plan to update the libxlswriter source? Are there any blockers?Do you see some milestones? Do you plan to …