Sanchay Harneja
Sanchay Harneja
@murgatroid99 Ok that makes sense and explains everything. Follow up question to > Credentials apply to the whole connection, so clients created with different credentials can't use the same connections...
This seems to work! You should really consider updating the documentation. I couldn't even find the signature of generated rpc method. Thanks
Yes, this has been a long standing TODO. Not just deleted. But say, you inserted one row in the middle, or column etc. It's not trivial to detect these things...
That's a good feature request! On Fri, Oct 26, 2018 at 12:20 PM PranayPanchal wrote: > Currently, between two Excel files it just compares the sheets within in > sequential...
Not sure - csv files can be diffed by regular text diff right? do you see value in adding csv support?
Ok I'll begin work on this. Let me know if you no longer require this.
Yes this is documented in the limitations - Compares only cell "contents". Formatting, macros are currently ignored. I can add an option.
Current version of ExcelCompare has removed the memory limit. Which version are you using?
Thanks for writing James. Yes transformations has been on the TODO list for a long time. Back when I was developing the tool for my use case, the way I...
Hey I went through your code at a high level and I could understand and like your approach :-). Seriously impressed with your regex foo in convertToR1C1. I guess at...