* matches one of the passed in headers, will be the axis chosen to be displayed at the top.
* @return String containing an HTML view of this NCube.
*/
public String toHtml(String ... headers)
{
HtmlFormatter formatter = new HtmlFormatter(this);
return formatter.format(headers);
}