Looks like COUNTBLANK
function only works when cells are null, but not when they are empty strings.
If I use data: Handsontable.helper.createEmptySpreadsheetData(20, 8)
to create a table and insert this:
=COUNTBLANK(A1:A10)
It returns 0.
Here an example: