* @return The input string builder.
*/
public static StringBuilder appendCellJson(TableCell cell,
StringBuilder sb, boolean includeFormatting, boolean isLastColumn) {
Value value = cell.getValue();
ValueType type = cell.getType();
StringBuilder valueJson = new StringBuilder();
GregorianCalendar calendar;
String escapedFormattedString = "";
boolean isJsonNull = false;