0

How to export a ZK spreadsheet(3.0) with value ONLY

asked 2013-12-20 04:34:34 +0800

mcfong gravatar image mcfong
0

Hi, I currently run into a problem on exporting a spreadsheet with customized formula. Consider the following scenario, I have A1 = 1; A2 = 2; A3 = myAdd(A1, A2) = 3 (In this example, formula myAdd works as SUM) Everything works fine, and I would like to export it as xls file.

I open the exported with Excel, I have A1 = 1; A2 = 2; A3 still has myAdd(A1, A2), which caused an Error:509. It makes sense, because the Excel does not recognize my custom function.

So, my question would be is there a way (or workaround) that I can export the value (in this case, 3) instead of the formula on cell A3?

Thanks in advance!

delete flag offensive retag edit

Comments

use Range API to evaluate the A3 cell and reassign it into A3 cell. Btw, are you using 2.6 or 3.0?

roliroli ( 2014-01-21 07:03:32 +0800 )edit
Be the first one to answer this question!
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
2 followers

RSS

Stats

Asked: 2013-12-20 04:34:34 +0800

Seen: 6 times

Last updated: Dec 20 '13

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More