You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ By combining PHP for data management with Rust for heavy processing, you get opt
14
14
15
15
## How it works
16
16
17
-
Thanks to a Rust binary, whose source code is available on the [GitHub repository](link_to_repo), it is possible to generate Excel rows and
18
-
formats directly from PHP. The data and configuration are transmitted to the binary using the **AVRO** format ([learn more about AVRO](link_to_avro)).
17
+
Thanks to a Rust binary, whose source code is available on the [GitHub repository](https://github.com/SpiriitLabs/excel_gen), it is possible to generate Excel rows and
18
+
formats directly from PHP. The data and configuration are transmitted to the binary using the **AVRO** format ([learn more about AVRO](https://avro.apache.org/)).
19
19
20
20
Once the data is received, the Rust binary uses the **excelrust** library to create the Excel file.
21
21
@@ -25,11 +25,13 @@ Yes! We already this in production on large files.
25
25
26
26
# Install
27
27
28
-
`composer require spiriitlabs/rustsheet`
28
+
```bash
29
+
composer require spiriitlabs/excel-rust
30
+
```
29
31
30
32
# Download the last release of the rust binary
31
33
32
-
Go at https://github.com/SpiriitLabs/excel_gen
34
+
Go at [https://github.com/SpiriitLabs/excel_gen](https://github.com/SpiriitLabs/excel_gen/tags)
0 commit comments