HasaanA16 commented on a change in pull request #238:
URL: https://github.com/apache/poi/pull/238#discussion_r667696831



##########
File path: 
poi-scratchpad/src/main/java/org/apache/poi/hssf/converter/ExcelToHtmlConverter.java
##########
@@ -668,7 +668,7 @@ protected void processSheetHeader(Element htmlBody, 
HSSFSheet sheet) {
         htmlBody.appendChild(h2);
     }
 
-    public void processWorkbook(HSSFWorkbook workbook) {
+    public void processWorkbookSheet(HSSFWorkbook workbook) {

Review comment:
       Yes, naming is not an issue. It was just my idea. Keeping the name same 
is also fine 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to