[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: write empty cell in excel
From: |
PhilipNienhuis |
Subject: |
Re: write empty cell in excel |
Date: |
Sat, 26 Oct 2019 17:55:08 -0500 (CDT) |
Octave - General mailing list wrote
> hi,
> in main i load this package :
>
> pkg load windows % queste 2 RIGHE SCRIVONO NEI FOGLIO EXCEL
> pkg load io
> pkg load nan
>
> how can i upgrade this package to 2.4.13.?
Along the lines of:
pkg unload io; ## unload the package
clear -f; ## needed to also unload io's binary functions from
memory, otherwise
## it won't uninstall completely
pkg uninstall -nodeps io; ## Not really needed, but doesn't harm
pkg install -forge -verbose io ; ## Install new io from the web
pkg load io
Philip
--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
- write empty cell in excel, gigiolone123, 2019/10/25
- Re: write empty cell in excel, Nicholas Jankowski, 2019/10/25
- Re: write empty cell in excel, PhilipNienhuis, 2019/10/26
- Re: write empty cell in excel, gigiolone123, 2019/10/26
- Re: write empty cell in excel,
PhilipNienhuis <=
- Re: write empty cell in excel, gigiolone123, 2019/10/27
- Re: write empty cell in excel, gigiolone123, 2019/10/27
- Re: write empty cell in excel, Nicholas Jankowski, 2019/10/27
- Re: write empty cell in excel, gigiolone123, 2019/10/27
- Re: write empty cell in excel, PhilipNienhuis, 2019/10/28