General: (Raghav1981) ZeroHeight for rows in sheet format

This commit is contained in:
Mark Baker
2012-09-09 11:38:32 +01:00
parent 23fe9937fe
commit 0dac1e1ab5
5 changed files with 39 additions and 1 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ class PHPExcel_Writer_HTML implements PHPExcel_Writer_IWriter {
*/
private function _mapBorderStyle($borderStyle) {
switch ($borderStyle) {
case PHPExcel_Style_Border::BORDER_NONE: return '1px hidden';
case PHPExcel_Style_Border::BORDER_NONE: return 'none';
case PHPExcel_Style_Border::BORDER_DASHDOT: return '1px dashed';
case PHPExcel_Style_Border::BORDER_DASHDOTDOT: return '1px dotted';
case PHPExcel_Style_Border::BORDER_DASHED: return '1px dashed';