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

Update .gitignore and freeze row or col #352

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AndreiCherniaev
Copy link

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 <[email protected]>
@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
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