Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 82,281 for

workbook

(0.06 sec)
  1. 如何用 Python.NET 设置系列隐藏|Documentation

    学习如何使用 Aspose.Cells for Python via .NET 隐藏 Excel 中的图表系列,这里有详细的步骤指南。...cells import Workbook current_dir = os . path ....) # Load sample workbook workbook = Workbook ( os . path . join...

    docs.aspose.com/cells/zh/python-net/how-to-set-...
  2. 使用C++在渲染Excel为PDF时绘制时间线|Documentation

    在C++中使用Aspose.Cells管理Excel文件的时间线。...unique_ptr < Workbook > wb = std :: make_unique < Workbook > ( inputFilePath...:: Pdf ); std :: cout << "Workbook saved successfully as PDF...

    docs.aspose.com/cells/zh/cpp/draw-timeline-whil...
  3. 使用 C++ 在 ODF 1.1、1.2 和 1.3 规格下保存 ODS 文件|Documen...

    使用 Aspose.Cells 和 C++ 将 Excel 转换为符合 ODF 1.1、1.2 和 1.3 规范的文件。...\\ " ); // Create workbook Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/save-ods-file-in-o...
  4. 用Node.js和C++格式化和修改命名范围|Documentation

    学习如何使用Aspose.Cells for Node.js via C++格式化和修改命名范围。...new Workbook. const workbook = new AsposeCells . Workbook ();...worksheet in the book. const WS = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/format-and-...
  5. Convert Excel to Image with C++|Documentation

    Learn how to convert Excel worksheets to images, including TIFF and SVG formats, using Aspose.Cells for C++....export a worksheet from the workbook and convert it into different...different formats. Converting Workbook to TIFF An Excel file can...

    docs.aspose.com/cells/cpp/convert-excel-to-image/
  6. Convert Spreadsheet to PDF in xlsx4j|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Java Workbook workbook = new Workbook ( dataDir + "workbook.xls"...the document in PDF format workbook . save ( dataDir + "AsposeConvert...

    docs.aspose.com/cells/java/convert-spreadsheet-...
  7. 用C++将WAV文件作为OLE对象插入|Documentation

    学习如何使用Aspose.Cells和C++将WAV文件作为OLE对象插入Excel工作表。...intIndex = 0 ; Workbook workbook ; Worksheet sheet = workbook . GetWorksheets..., 220.0 , aspImageData ); workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/inserting-a-wav-fi...
  8. Freeze Panes in Php|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....by excel file path $workbook = new Workbook ( $dataDir . "book...Excel file $worksheets = $workbook -> getWorksheets (); $worksheet...

    docs.aspose.com/cells/java/freeze-panes-in-php/
  9. Bar code not appearing after conversion from XL...

    Hello Aspose Team, I am converting excel file into pdf using Aspose. After conversion bar codes are not correctly appearing in the PDF file. Please refer attachments Original file snapshotExcal.png (137.8 KB) PDF, af…...the Excel file Workbook workbook = new Workbook("input.xlsx");...ue); // Save the workbook as a PDF workbook.Save("output.pdf"...

    forum.aspose.com/t/bar-code-not-appearing-after...
  10. Getting Headers or Footers with C++|Documentation

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the C++ API or Library.... On the View tab, in the Workbook Views group, click Page Layout...footers from the file. Construct Workbook to open the file. Gets the...

    docs.aspose.com/cells/cpp/get-headers-or-footers/