intelica-library-ui 0.1.92 → 0.1.93

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2944,7 +2944,7 @@ class HtmlToExcelService {
2944
2944
  return;
2945
2945
  const isEven = (rowIndex - firstDataRow) % 2 === 0;
2946
2946
  row.eachCell(cell => {
2947
- if (isEven) {
2947
+ if (!isEven) {
2948
2948
  cell.fill = {
2949
2949
  type: "pattern",
2950
2950
  pattern: "solid",