-
HI , i try to set culumn width , this is my code :
` $mySpreadsheet = new Spreadsheet();
//se presente cancello l'excel
if(is_file((WRITEPATH . 'output.xlsx'))){
…
-
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…
-
When reading a time cell in an ODS file, a `DateIntervalCell` is used. When reading a XLSX file, a `DateTimeCell` is used (and I don't know which date it has).
This makes it hard to write code that c…
-
It seems to me we should either fix `ExcelFile.parse` or deprecate it entirely, and I lean toward the latter. pandas originally started out with just `ExcelFile` but now has the top-level `read_excel`…
-
The suggested modules for Excel/CSV are
* [Spreadsheet::ParseExcel::Simple](https://metacpan.org/pod/Spreadsheet::ParseExcel)
* [Spreadsheet::WriteExcel::Simple](https://metacpan.org/pod/Spreads…
-
Hi,
I had to reinstall fama on a new server and I used the same 'recipe' that you sent me last year. However, I get an error:
Writing /gpfs/fs3c/aafc/aafc_shp/can0002/deep-metagenomes/fama/Gorzelak/…
-
Hello, I'm having an issue when appending new rows to existing table
```javascript
const workbook = new ExcelJS.Workbook()
workbook.xlsx.readFile(filename).then(async function () {
let works…
-
import pandas as pd
import numpy as np
from xlsxwriter.utility import xl_rowcol_to_cell
df = pd.read_excel("excel-comp-datav2.xlsx")
df.head()
number_rows = len(df.index)
# Add some summary data…
-
I've switched form Apache to NGINX and I can't get the excel file to be saved. Whenever I navigate to the page it gives me "net::ERR_INVALID_RESPONSE", but when I uncomment the `$writer->save('php://o…
-
Hi everyone,
is there a way to enable protection of a worksheet?
Right now what I'm trying to do is setting a cell to protected like so:
> ws.cell("D4").protection(xlnt::protection::locked_and_vi…