NodeJs ile dosya açmak?
Oluşturmuş olduğum excel dosyasını Microsoft Office Excel ile görüntülemek istiyorum.
İnternette araştırmam sonucu bulduğum kod. Fakat çalışmadı...
function ExceleKaydet() {
fs.open(__dirname + "\\ExcelDosyası.xlsx", 'r', function (err, file) {
if (err) throw err;
console.log(__dirname + "\\ExcelDosyası.xlsx");
});
}
Node.js'nin kendine ait file system modülü var api: https://nodejs.org/api/fs.html