This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let | |
// Load data from the '2023' sheet | |
Source = Excel.CurrentWorkbook(){[Name="2023"]}[Content], | |
// Skip the first 5 rows (rows 1-5) | |
#"Removed Top Rows" = Table.Skip(Source, 5), | |
// Promote the sixth row as headers | |
#"Promoted Headers" = Table.PromoteHeaders(#"Removed Top Rows", [PromoteAllScalars=true]), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: Helvetica, Arial, "sans-serif"; | |
font-size: 13px; | |
color: #333; | |
} | |
h3{ | |
text-align:center; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>¡Sushi Boom!</title> | |
<link href="estilo.css" rel="stylesheet" type="text/css" /> | |
</head> | |
<div id="contenedor"> | |
<div id="encabezado"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | |
<title>Untitled Document</title> | |
</head> | |
<body> | |
<div id="contenedor"> | |
<!--contenedor--> | |
<div id="encabezado"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Revision: TrinityCore rev. 2012-04-04 01:23:09 +0200 (98fcadae46ec) (Win64, Debug) | |
Date 4:4:2012. Time 15:34 | |
//===================================================== | |
*** Hardware *** | |
Processor: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz | |
Number Of Processors: 8 | |
Physical Memory: 12572756 KB (Available: 8787260 KB) | |
Commit Charge Limit: 25143660 KB | |
*** Operation System *** |