Improvements and Enhancements in SpreadSheet
In the coming release we have made few updates in spreadsheet : 1. Overall performance has improved a lot. Read/write/update/format operations should be faster and consume less memory 2....
View ArticleSpreadSheetAddPagebreaks and SpreadSheetAddAutofilter
We have added 2 new methods in spreadsheet. 1.SpreadSheetAddPagebreaks Spreadsheets can have pagebreaks which breaks sheets into multiple regions when you want to print it. You can put these line...
View ArticleSpecifying datatypes in Spreadsheets
We have often encountered bugs around datatype of data being written in spreadsheets. For example string like 8E45000 getting converted into a floating type or a string like 4D or 4F getting converted...
View ArticleCF 2018 Spreadsheet Functions
I was working with the set of functions for generating a spreadsheet. I can’t seem to find an answer to freezing only the first row. I tried using the following:...
View ArticleSpreadsheet Data Formatting Not Working
I have a function to generate a single worksheet in an excel xlsx workbook. I am passing in a sheet name, a comma separated list of column names and a query of data. No matter what I do, I can’t seem...
View Article