Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

svyExcelUtils: Value not apears using setCellFormula #37

Open
juanetec opened this issue Dec 25, 2021 · 0 comments
Open

svyExcelUtils: Value not apears using setCellFormula #37

juanetec opened this issue Dec 25, 2021 · 0 comments

Comments

@juanetec
Copy link

Hi,
using svyExcelUtils _cell.setCellFormula when you open the file the formula is correct but the value is zero.

I solve it setting _cell.setCellValue(null) after;

_cell = _rowSum.createCell(i+1); _cell.setCellFormula("SUM(" + scopes.svyExcelUtils.getCellReferenceFromRange(2, 1 + _rowNum, i+1, i+1) + ")"); _cell.setCellValue(null);

Is only a suggestion to put it on the example of the wiki.

Un Saludo
Juan Ramírez

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant