Skip to content

Conversation

@mulfycrowh
Copy link

I run qmake.
Then nmake and got the error C1083: cannot opn include file : cstddef
Could you help please ?

OlivierDelbeke and others added 19 commits April 19, 2016 20:09
Added compatibility with Qt 5.6
Nullpointer with this sequence:
1. Create new document
2. Insert at exceeding index (i.e. 1 with a new document)
3. Try to write to document
4. Crash while writing, because internal structure has wrong index.

'
    QXlsx::Document xlsx(file_url);
    if(!xlsx.insertSheet(1, "records")){
        qDebug() << "Never here";
    }
    xlsx.write(1, 1, "id");
    xlsx.save();'
NullPointer insertSheet with exceeding index fix
Change install dir for QtXlsxWriterConfig.cmake
Each of the flags needs to be checked separately. Combining the flags
via boolean or doesn't give the expected result and makes the compiler
warn about "enum constant in boolean context [-Wint-in-bool-context]".
…ntext

Fixed misuse of boolean or in protection
Added support of multy-block (<p>...</p>) html
Read from the document or worksheet now will return an invalid
variant even if the formatting is set to date and/or time
Tests require the library installed first
VSRonin and others added 10 commits February 1, 2019 19:00
Integer values should be stored as integers rather than doubles
to prevent loss of precision.
Added ability to resize page margins
Fix warnings about construction initialization order
…nstant-warning

Fix zero-as-null-pointer-constant warning
sprintf() causes redudant allocations and therefore got deprecated.
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

Successfully merging this pull request may close these issues.

8 participants