Thick Empty Border Problem



  • Hello,I want to remove empty borders but ı can't do it how can ı do it? 0_1727159025586_Ekran Resmi 2024-09-24 09.18.47.png
    https://playground.jsreport.net/w/anon/Jecw~npf



  • Try to change this line

    <cellStyles count="1">
    		<cellStyle name="Normal" xfId="0" builtinId="0"/>
    </cellStyles>	
    

    to

    <cellStyles count="1">
    		<cellStyle name="Normal" xfId="1" builtinId="0"/>
    	</cellStyles>	
    

    but I am not an expert on the xlsx xmls... Try to take time and study with excel app (and unzipping xlsx) what the underlying xmls actually represent.


Log in to reply
 

Looks like your connection to jsreport forum was lost, please wait while we try to reconnect.