-
I have "xlsxwriter = "0.6.0".
When I run my Rust code independently it is fine and generating the excel file.
However, we are building all our services as wasm32-wasi target.
so when I run …
-
The installation not work, the issue is the following
Compiling libxlsxwriter-sys v1.1.5
error: failed to run custom build command for `libxlsxwriter-sys v1.1.5`
Caused by:
process didn…
-
hi,
thanks for taking the time to whip this up. i'm running into an error while building it:
```
make[1]: Entering directory '/app/libxlsxwriter/third_party/md5'
make[1]: Nothing to be done fo…
-
Hello, I was trying to use the crate for a project I am making, but It doesn't seem to compile, and gives this error message before exiting:
```
error: failed to run custom build command for `libx…
-
Compilation of `xlsxwriter` v0.5.0 failed for me with the following error:
```
Compiling xlsxwriter v0.5.0
error[E0412]: cannot find type `size_t` in crate `libxlsxwriter_sys`
Error: --> /h…
-
I have compiled https://github.com/jmcnamara/libxlsxwriter to libxlsxwriter.dll
the code
```basic
extern lib "xlsxwriter/xlsxwriter.dll" cdecl
includepath "xlsxwriter/"
include "xlsxwriter.h"
…
-
### 问题1
```
$config = ['path' => './'];
$excel = new \Vtiful\Kernel\Excel($config);
$excel->constMemory('tutorial01.xlsx');
$excel->insertText(0, 0, 'aaaaa');
$excel->insertImage(1, 1, './TZ-01…
-
Playing with `libxmlswriter` (I know that there is a wrapper already), I get the error:
```
/home/jose/.cache/nim/nimterop/toastCache/nimterop_2964624690.nim(1111, 24) Error: VM does not support 'ca…
-
Lookup what encoding libxlsxwriter expects for strings.
-
Hi,
I have been having this issue with linking when I was trying to connect the rust library `tectonic` to ocaml. The library itself compiles fine--as a matter of fact, if I make a standalone rust …