Re: typing in text columns [message #845 is a reply to message #726] |
Fri, 10 April 2020 14:51 |
mcmc
Messages: 23 Registered: April 2018
|
Junior Member |
|
|
I can chip in with a workaround that I find very useful:
* close DW
* open the .dwar file in a text editor (I use notepad++)
* select the portion between (not including) </column properties> and <hitlist data>. This is the actual spread sheet.
* press ^x (cut) and paste into empty excel file
* edit whatever needs to change. Also adding columns is allowed (eg calculated pKa's). Resorting is OK too.
* When done, press ^a (select all), ^c (copy).
* Back to text editor. press ^v (paste), ^s (save).
* Now the .dwar file can be opened again in Datawarrior
|
|
|