Kouhei Sutou 2019-03-01 12:17:04 +0900 (Fri, 01 Mar 2019) Revision: 97d8a3eb823721d4432e7b98515904e8903c6e18 https://github.com/ranguba/chupa-text/commit/97d8a3eb823721d4432e7b98515904e8903c6e18 Message: opendocument-spreadsheet: add support for covered-table-cell How to create a ods file that uses covered-table-cell...? Modified files: lib/chupa-text/decomposers/opendocument-spreadsheet.rb Modified: lib/chupa-text/decomposers/opendocument-spreadsheet.rb (+2 -0) =================================================================== --- lib/chupa-text/decomposers/opendocument-spreadsheet.rb 2019-03-01 12:02:38 +0900 (c421ffb) +++ lib/chupa-text/decomposers/opendocument-spreadsheet.rb 2019-03-01 12:17:04 +0900 (255b166) @@ -91,6 +91,8 @@ module ChupaText @sheets.last[:rows] << [] when "table-cell" @sheets.last[:rows].last << {text: ""} + when "covered-table-cell" + @sheets.last[:rows].last << {text: ""} end end end -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190301/045ce06e/attachment.html>