Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble In Fancy Formatting Implementation Using Spreadsheet Gem #173

Closed
meta-manish-sharma opened this issue Apr 15, 2016 · 1 comment
Closed

Comments

@meta-manish-sharma
Copy link

While using spreadsheet gem i am facing trouble in fancy formatting of code snippet while reading data from xls file.

For example :

Main()
{
        int a = 0;
        while(a<5)
        {
                Sum(a);
                a++;
        }
}
void Sum(int a)
{
        static kk;
        printf(“%d”,kk+a);
        kk++;
}

While reading this code i am not able to maintain proper indentation of this code(spaces are removed).

Here is the file :
question-upload.xls.zip

@zdavatz
Copy link
Owner

zdavatz commented Apr 18, 2016

Sorry, I do not have solution for this at the moment.

@zdavatz zdavatz closed this as completed Mar 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants