Sort Score
Result 10 results
Languages All
Labels All
Results 3,991 - 4,000 of 105,422 for

workbook

(2.44 sec)
  1. 如何使用Node.js通过C++将HTML转换为PDF|Documentation

    本主题向你展示如何使用Aspose.Cells for Node.js via C++将HTML转换为PDF和MHTML转换为PDF。... 初始化 Workbook 对象。 通过调用Workbook.save()方法保存输出PDF文档。..."sample.html" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-htm...
  2. Working with ContentTypeProperties with Golang ...

    Add custom ContentTypeProperties to an Excel file using Aspose.Cells with Golang via C++....Cells provides Workbook.ContentTypePropertie.Add method...Sample Code Replace text in a workbook using a regular expression...

    docs.aspose.com/cells/go-cpp/working-with-conte...
  3. Output Blank Page when there is Nothing to Prin...

    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....sample code creates an empty workbook that has an empty worksheet...Create workbook const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/output-blank-p...
  4. How to Format Number to Time with C++|Documenta...

    This article will introduce how to format numbers to time using Aspose.Cells for C++ API.... Step 2: Create a New Workbook or Open an Existing One You...You can either create a new workbook or open an existing one. Step...

    docs.aspose.com/cells/cpp/how-to-format-number-...
  5. Rotate Text with Shape inside the Worksheet usi...

    Learn how to rotate text with shape inside an Excel worksheet using Aspose.Cells for Node.js via C++.... const workbook = new AsposeCells . Workbook ( sourceFilePath...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/rotate-text-wi...
  6. 在Excel转HTML时排除未使用的样式,支持C++|Documentation

    学习在使用Aspose.Cells for C++将Excel转换为HTML时排除未使用样式的方法。...Startup (); // Create workbook Workbook wb ; // Create an unused...SetExcludeUnusedStyl ( true ); // Save the workbook in html format wb . Save (...

    docs.aspose.com/cells/zh/cpp/exclude-unused-sty...
  7. CSV ֆայլը փոխարկել JSON-ի Java օգտագործելով

    Հետևեք այս հոդվածին՝ CSV-ը JSON-ի փոխակերպելու համար Java օգտագործելով։ Այն ներառում է IDE-ի կարգավորման մանրամասներ, քայլերի ցուցակ և օրինակ կոդ՝ Java օգտագործելով CSV-ից JSON փոխարկիչ մշակելու համար։...նպատակով Բեռնեք աղբյուր CSV ֆայլը Workbook դասի օբյեկտի մեջ Ստեղծեք JsonSaveOptions...սյունակները Պահպանեք ստացված Workbook-ը որպես JSON ֆայլ՝ վերոնշյալ...

    kb.aspose.com/hy/cells/java/convert-a-csv-file-...
  8. Determine which Axis exists in the Chart with N...

    Learn how to determine which axis exists in a chart created using Aspose.Cells for Node.js via C++. Our guide will help you identify and access the different axes in a chart, including category, value, and secondary axes....xlsx" ); // Create workbook object const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access the first worksheet const...

    docs.aspose.com/cells/nodejs-cpp/determine-whic...
  9. 用Node.js通过C++按名称访问文本框|Documentation

    学习如何使用Aspose.Cells for Node.js via C++从集合中按名称访问文本框。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/access-the-...
  10. 使用 C++ 进行重采样添加的图片 Excel 转 PDF 转换|Documentation

    学习如何使用 Aspose.Cells 与 C++ 进行重采样以减少 PDF 大小。...\\ " ); // Initialize a new Workbook and open an Excel file U16String...srcDir + u "input.xlsx" ; Workbook workbook ( inputPath ); // Instantiate...

    docs.aspose.com/cells/zh/cpp/resampling-added-i...