---
title: SheetJS Constellation
pagination_prev: miscellany/index
---
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
Many related projects have been separated into dedicated libraries.
### Contents
{useCurrentSidebarCategory().items.map(globalThis.lambda = (item, index) => {
  const listyle = (item.customProps?.icon) ? {
    listStyleImage: `url("${item.customProps.icon}")`
  } : {};
  return (- 
    {item.label}{item.customProps?.summary && (" - " + item.customProps.summary)}
    {item.items && item.items.map(lambda)} 
);
})}