How to check exact style from two excel file using apache poi? -
How to check exact style from two excel file using apache poi? -
i want compare 2 excel file cell style. using apache poi how can compare styles cell cell? , need style not matched, align or bold or color..etc. means unmatched styles should string(style name - align, color....)
with cell.getcellstyle() can find out style per cell. can check fine granular cellstyle settings.
apache-poi
Comments
Post a Comment