Hi,
thanks for your question, and sorry for the trouble.
You are right, cells that start with a = are interpreted as formulas, and in your case, that results in this error.
To fix this, just prepend a ' to the =, i.e. change the cell content to
'=
The cell will then be interpreted as text and not as a formula.
Regards,
Tobias
Thread Starter
nafur
(@nafur)
Hi,
Is there a simple way to change this behaviour? I do not need formulas at all and always changing “=” to “‘=” seems very error-prone.
Can I just disable the formula feature or something?
Thanks,
Gereon
Hi Gereon,
for the future, I will make a modification to TablePress to treat a single “=” as text and not as a formula.
Until that is available, I suggest to simply use search/replace in the CSV file, in your text editor. Just replace all “=” with “‘=” there and then re-import the table.
Regards,
Tobias
Thread Starter
nafur
(@nafur)
Hi Tobias,
Thanks for the hint,
However, “‘=” will also show up as ‘= on the actual Homepage…
When do you plan to publish this modification? If this is within the next few weeks, I’ll just wait for the update.
Regards,
Gereon
[edit]
PS: It also works with ” =” 🙂
The space is probably also displayed, but that does not matter…
[/edit]
Hi,
argh, you are right… There’s a small bug with the handling of “‘=”. That only works for everything longer than two characters, but not for the plain “‘=”.
Thanks for finding this bug! 🙂
I will fix this and also add that other modification to the next version of TablePress, but don’t know when that will be released, yet.
So, meanwhile, the trick with ” =” is indeed the better way to do this 🙂 Nice find!
Regards,
Tobias