Skip to content

Update .gitignore and freeze row or col#352

Open
AndreiCherniaev wants to merge 2 commits into
QtExcel:masterfrom
AndreiCherniaev:master
Open

Update .gitignore and freeze row or col#352
AndreiCherniaev wants to merge 2 commits into
QtExcel:masterfrom
AndreiCherniaev:master

Conversation

@AndreiCherniaev

Copy link
Copy Markdown

Sync with default path for Qt Creator
Qt Creator use path like
/home/user/QXlsx/TestExcel/build/Desktop_Qt_6_9_0-Debug

Without this commit there are a lot of trash after TestExcel app building (with default Qt Creator path):

user@x:~/QXlsx$ git ls-files . --exclude-standard --others
TestExcel/build/Desktop_Qt_6_9_0-Debug/.qtc_clangd/compile_commands.json
TestExcel/build/Desktop_Qt_6_9_0-Debug/Align.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/Book1.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/DoChart.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/ReadExcel.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/RichText.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/TestExcel
TestExcel/build/Desktop_Qt_6_9_0-Debug/UseSheet.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/WriteExcel1.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/calendar1.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/calendar2.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/chart1.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/chart2.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/chartExtended1.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/chartExtended2.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/chartsheet1.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/chartsheet2.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/datavalidation.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/definename1.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/definename2.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/demo1.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/demo2.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/documentproperty.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/extractdata.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/formula1.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/formula2.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/hyperlink1.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/hyperlink2.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/image 1.png
TestExcel/build/Desktop_Qt_6_9_0-Debug/image 10.png
TestExcel/build/Desktop_Qt_6_9_0-Debug/image 2.png
TestExcel/build/Desktop_Qt_6_9_0-Debug/image 3.png
TestExcel/build/Desktop_Qt_6_9_0-Debug/image 4.png
TestExcel/build/Desktop_Qt_6_9_0-Debug/image 5.png
TestExcel/build/Desktop_Qt_6_9_0-Debug/image 6.png
TestExcel/build/Desktop_Qt_6_9_0-Debug/image 7.png
TestExcel/build/Desktop_Qt_6_9_0-Debug/image 8.png
TestExcel/build/Desktop_Qt_6_9_0-Debug/image 9.png
TestExcel/build/Desktop_Qt_6_9_0-Debug/image1.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/image2.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/mergecells.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/moc_predefs.h
TestExcel/build/Desktop_Qt_6_9_0-Debug/moc_xlsxdocument.cpp
TestExcel/build/Desktop_Qt_6_9_0-Debug/numberformat.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/richtext1.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/richtext2.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/rowcolumn.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/style1.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/worksheetoperations1.xlsx
TestExcel/build/Desktop_Qt_6_9_0-Debug/worksheetoperations2.xlsx

AndreiCherniaev and others added 2 commits August 28, 2024 15:00
Example
xlsx.currentWorksheet()->setFrozenRows(1);
To freeze header like in https://www.youtube.com/watch?v=e_X5b6FKSno

Co-Authored-By: SergeyZaz <2862297+sergeyzaz@users.noreply.github.com>
@AndreiCherniaev AndreiCherniaev changed the title Update .gitignore Update .gitignore and freeze row or col. Aug 28, 2024
@AndreiCherniaev AndreiCherniaev changed the title Update .gitignore and freeze row or col. Update .gitignore and freeze row or col Aug 28, 2024
@AndreiCherniaev

Copy link
Copy Markdown
Author

@dantti let's add my code to production!

@AndreiCherniaev

Copy link
Copy Markdown
Author

@j2doll approve please!

@AndreiCherniaev

Copy link
Copy Markdown
Author

@xakod can you make this code review pls?

@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
C Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

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.

1 participant