根据最后一个条目,使用公式查找电子表格中的最后一个单元格(CALC,excel)。我对这个问题的解决方案是这样的:B $ 24是连续最后一个条目的标准。 (B $ 24 =" goodforyou&#34)。数字" -23"是出于调整原因。你可以改变它。
此解决方案仅适用于您知道最后一个ROW条目的内容!还有其他人有更好的解决方案吗?
var reactHtml = require('./component.js');
app.get('/auth/github/callback' , function(req , res){
//get document for the user from database and store it in doc variable
res.render('index.jade' , {userName : doc.userName , reactHtml : reactHtml});
});