gpt4 book ai didi

php - Libxl 背景颜色

转载 作者:行者123 更新时间:2023-11-30 16:57:46 39 4
gpt4 key购买 nike

我正在尝试在 libXL 中使用自定义颜色,我注意到图书馆里大约有 80 种基本颜色,有谁知道如何使用此库为单元格设置自定义颜色,因为文档中没有任何与之相关的信息。

现在我尝试执行以下操作:

 $doc = new XL_excel(true);
$createSheet = $doc->createSheet();
for( $i=0; $i<32000; $i++ ){
$format = $doc->excel->addFormat();
$format->patternForegroundColor($i);
$format->fillPattern(ExcelFormat::FILLPATTERN_SOLID);
$doc->excel->getSheet()->setCellFormat(8+$i, 2, $format);
}

我从这个库中获得的所有颜色都是从 1 到 80 的整数之后我没有得到任何颜色或重复的颜色,我尝试使用整数直到 32000

enter image description here

最佳答案

我认为还没有可用的自定义颜色,另请参阅官方 libxl 文档 http://libxl.com/colors.html

关于php - Libxl 背景颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39345181/

39 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com