当前位置:网站首页>PHP calculates excel coordinate values, starting with subscript 0
PHP calculates excel coordinate values, starting with subscript 0
2022-06-26 12:25:00 【Yotoai Mengtian】
function getCdr($cdr = 0)
{
$temp = '';
$c = floor($cdr/26);
if ($c == 0 || $cdr == 25) {
$temp .= chr($cdr+65);
} else {
$y = $cdr%26;
$temp .= chr($c+64) . chr($y+65);
}
return $temp;
}Only to zz But the demand has been met
边栏推荐
- redis通过6379端口无法连接服务器
- Encapsulate request request of uni app
- Investment forecast and development strategy analysis report of China's rural sewage treatment industry in 2022
- leetcode 715. Range 模块 (hard)
- NFS共享存储服务安装
- One click deployment CEPH script
- Pre knowledge of hash table -- binary search tree
- 女性科学家的流失
- 2022 edition of China's medical robot industry investment status investigation and prospect dynamic analysis report
- Notice on printing and Distributing Measures for supporting strategic emerging industries and future industrial cluster development in Futian District, Shenzhen
猜你喜欢
女性科学家的流失

JMeter response time and TPS listener tutorial

Scala-day06- pattern matching - Generic

Comparison of latest mobile phone processors in 2020 (with mobile phone CPU ladder diagram)

MOS管基本原理,单片机重要知识点

AD - 将修改后的 PCB 封装更新到当前 PCB 中

This executeQuery (SQL) cannot compile classes for JSP. What is the reason?
The loss of female scientists

Ctrip ticket app KMM cross end kV repository mmkv kotlin | open source
![[redis series] redis learning 16. Redis Dictionary (map) and its core coding structure](/img/d5/db1931596c26090092aaa065103dbb.png)
[redis series] redis learning 16. Redis Dictionary (map) and its core coding structure
随机推荐
我想知道同花顺是炒股的么?在线开户安全么?
Hello! Forward proxy!
2016年四川省TI杯电子设计竞赛B题
This executeQuery (SQL) cannot compile classes for JSP. What is the reason?
Laravel+gatewayworker completes the im instant messaging and file transfer functions (Chapter 4: server debugging errors)
[redis series] redis learning 16. Redis Dictionary (map) and its core coding structure
Examples of how laravel uses with preload (eager to load) and nested query
2022 edition of Beijing 5g industry investment planning and development prospect forecast analysis report
Investment planning and forecast report on the future direction of China's smart agriculture during the 14th five year plan (2022)
How do consumer goods enterprises formulate membership interests?
Statistical genetics: Chapter 2, the concept of statistical analysis
[graduation season · advanced technology Er] I remember the year after graduation
Laravel uses find_ IN_ The set() native MySQL statement accurately queries whether a special string exists in the specified string to solve the problem that like cannot be accurately matched. (resolve
汇编语言(7)运算指令
What should I do from member labels to portraits?
Analysis report on the "fourteenth five year plan" and investment prospect of China's pharmaceutical equipment industry 2022-2028
AD - 将修改后的 PCB 封装更新到当前 PCB 中
Precautions for opening a securities account is it safe to open an account
What determines the rent
UDP protocol details [easy to understand]