tableExport.js ///*The MIT License (MIT) //Copyright (c) 2014 https://github.com/kayalshri/ //Permission is hereby granted, free of charge, to any person obtaining a copy //of this software and associated documentation files (the "Software"), to
JsonToExcel: public static void JsonToExcel(List<Dictionary<string, object>> json, string fileName) { using (MemoryStream ms = new MemoryStream()) { IWorkbook workbook = null; ) workbook = new XSSFWorkbook(); ) workbook = new HSSFWorkbook(); I