- 既知の実装クラスのリスト:
- HSSFHtmlHelper, XSSFHtmlHelper
public interface HtmlHelper
This interface is used where code wants to be independent of the workbook
formats. If you are writing such code, you can add a method to this
interface, and then implement it for both HSSF and XSSF workbooks, letting
the driving code stay independent of format.
- 作成者:
- Ken Arnold, Industrious Media LLC