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

Cell highlighting v2 #302

Merged
merged 6 commits into from
Nov 25, 2024
Merged

Cell highlighting v2 #302

merged 6 commits into from
Nov 25, 2024

Conversation

liquidaty
Copy link
Owner

This extension adds a command invoked by 'v' that runs a very simple pivot table

TO DO:

  • change hyperlink formatting to only be on data rows
  • remove row numbers from pivot table output
  • add drill-down handler that will display source data drill-down
    • requires temp file ref counter so that if prior buffer uses temp file and is closed, the related temp file will still exist in order to run drill-down

@liquidaty liquidaty merged commit ebee34c into main Nov 25, 2024
11 checks passed
YAJL_SRC_DIR=${THIS_MAKEFILE_DIR}/../external/yajl
YAJL_INCLUDE=-I${YAJL_SRC_DIR}/build/yajl-2.1.1/include
YAJL_HELPER_INCLUDE=-I${THIS_MAKEFILE_DIR}/../external/yajl_helper
${TARGET_SHEET}: LIBS="../external/sqlite3/sqlite3.c" -lzsv -lzsvutil -L${PREFIX}/lib
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@liquidaty If I do a full build then I still don't seem to have the zsvutil library and it is mentioned as a feature coming soon, is this from another branch?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@richiejp if you do a full build it should make that but if not, we will look into it and in the meantime pls try:
make -C app install-util-lib

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@liquidaty starting from a clean environment and doing make build -j16 DEBUG=1 then make app/ext_example all -j16 DEBUG=1 does not work. However make -C app install-util-lib -j16 DEBUG=1 did allow the example to be built as suggested, thanks!

@liquidaty liquidaty deleted the cell-highlighting-v2 branch December 5, 2024 21:42
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.

2 participants