Ausang Shulka
Ausang Shulka
Is no one using haml in their email templates and testing with email_spec ???
Ive restarted and tried multiple times - no joy :( Im at the point where Ive to abandon email_spec simply because my haml (email) templates. Im just not sure why...
Kenneth - thanks for following up. I did what you said and all views/emails are ok in the test env - no issues. However I found this 1. When I...
[test.xls](https://github.com/zdavatz/spreadsheet/files/9247448/test.xls) ``` class XlExporter DATA = [["Tim", 20], ["Dan", 30], ["Rich", 40]] def self.export open_book = Spreadsheet.open('test.xls') new_row_index = 0 header = ["Name", "Age"] open_book.worksheet(0).row(new_row_index).concat(header) DATA.each do |d| new_row_index +=...
Note that the test.xls has 2 formulas, one on sheet 1 and the other on sheet2, which are exactly the same, ie sum of col B in sheet 1, but...
LibreOffice on ubuntu I also tried with XL on windows, same result
Not working using a newly created doc on LibreOffice on Ubuntu. In the result file, it is stripping out the row references from a different sheet, so the formula becomes...
How to accomplish this, for mysql like DBs? Currently I have 10 counters which generate 10 different queries.
I have the exact same issues. I'm using mongoid 3.1.4. Any help is much appreciated
+1 this will be critical to have as most use cases require data to be added, which will be used in pivot tables.