Export table as html with border
Hi,
When i am exporting table into html file using indesign javascript, its exporting table as html without border using the below code.
How can i export the table with border using indesign javascript without css option??
htmlPath = File(app.activeDocument.fullName.fsName.replace(".indd",".html"));
app.activeDocument.htmlExportPreferences.viewDocumentAfterExport = true;
app.activeDocument.htmlExportPreferences.cssExportOption = StyleSheetExportOption.NONE;
app.activeDocument.exportFile(ExportFormat.HTML, htmlPath, false);


Thanks in advance,
Sudha K
