Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 12,618 for

workbook

(0.07 sec)
  1. Aspose.CellsでExcelファイルをPDFファイルに変換した際に、改ページタイミング...

    Aspose.Cells for .NET を用いて、ExcelファイルをPDFファイルに変換しています。 Excelファイルで印刷範囲を設定していますが、PDFファイルに変換すると その印刷範囲と異なる位置で改ページが行われます。 これは不具合でしょうか。 それともプロパティ等の設定で制御可能でしょうか。 ※ファイルのアップロードができませんので、問合せ先のメールアドレスを教えてください。 メールでファイルを送付します。... Dim workbook As Workbook = New Workbook(inputFilePath)...h) workbook.Save(outputFilePath, SaveFormat.Pdf) amjad.sahi April...

    forum.aspose.com/t/aspose-cells-excel-pdf/310824
  2. How to Convert Excel to PDF using C++

    In this tutorial, we will learn how to convert Excel to PDF using C++. You can perform the Excel to PDF conversion using C++ in any operating systems like Microsoft Windows and Linux etc....namespace Instantiate the Workbook Class object to load the input...

    kb.aspose.com/cells/cpp/how-to-convert-excel-to...
  3. Aspose.Cells for Node.js via Java

    This API allows you to do all kinds of operations on Excel files in Node.js code including creating, editing and converting etc....Copy Excel Sheet to Another Workbook using Node.js How to Convert...

    kb.aspose.com/cells/nodejs/page/2/
  4. Ինչպես փոխարկել Excel ֆայլը CSV-ի C++-ում

    Այս ձեռնարկում մենք կուսումնասիրենք, թե ինչպես փոխարկել Excel ֆայլը CSV-ի C++-ում: Դուք կարող եք Excel ֆայլը պահել որպես CSV՝ MS Windows-ում և Linux-ում հիշողության օպտիմալ սպառմամբ C++-ում ծրագրային կերպով:...MemorySetting դասի միջոցով Ստեղծեք Workbook դասի օրինակ և փոխանցեք MemoryPreference-ը...

    kb.aspose.com/hy/cells/cpp/how-to-convert-excel...
  5. Public API and Backwards Incompatible Changes i...

    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.... SetGroupingItem ( 1 , workbook . GetCell ( 0 , "A2" , "Group...

    docs.aspose.com/slides/net/public-api-and-backw...
  6. Ինչպես հեռացնել բանաձևը Excel ֆայլից C++-ում

    Այս օրինակում մենք կկենտրոնանանք, թե ինչպես հեռացնել բանաձեւը Excel ֆայլից C++-ում: Դուք կարող եք ավելացնել կամ հեռացնել բանաձեւը Excel-ի աշխատաթերթի ցանկացած բջիջից ծրագրավորելով C++-ում: Օգտագործելով API-ի մի քանի զանգեր՝ դուք կարող եք կառավարել Excel Worksheet բջիջների բանաձևերը C++-ում և՛ Microsoft Windows, և՛ Linux հարթակների համար:...անվանատարածքին Նախաձեռնեք Workbook Class օբյեկտը բեռնելու Excel...

    kb.aspose.com/hy/cells/cpp/how-to-remove-formul...
  7. How to Convert Excel File to CSV in C++

    In this tutorial, we will explore how to convert Excel file to CSV in C++. You can save Excel file as CSV with optimal memory consumption on MS Windows and Linux programmatically in C++....class Create an instance of Workbook class and pass the MemoryPreference...

    kb.aspose.com/cells/cpp/how-to-convert-excel-fi...
  8. Aspose::Words::Drawing::OleFormat::get_SourceIt...

    Aspose::Words::Drawing::OleFormat::get_SourceItem method. Gets or sets a string that is used to identify the portion of the source file that is being linked in C++....file is a Microsoft Excel workbook, the SourceItem property might...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Converting to PDF raises Exception about fonts ...

    Hi. I tried to find the same error description, but can’t. I sure, that it is widespread error: we tried to convert xlsx book with font Calibri underlined to PDF in Linux-based Docker container and got error Caused by…... Workbook wb = new Workbook("path/to/your/file...

    forum.aspose.com/t/converting-to-pdf-raises-exc...
  10. 如何在 Python 中将 CSV 转换为 PDF

    这个简短的操作教程提供了有关如何在 Python 中将 CSV 转换为 PDF 的详细信息。为了将 CSV 转换为 PDF,基于 Python 的应用程序可以在配置了 Python 和 JDK 的 macOS、Windows 或基于 Linux 的环境中开发。...TxtLoadOptions 实例并设置源 CSV 中使用的分隔符 创建 Workbook 对象以加载源 CSV 文件以转换为 PDF 使用 PdfSaveOptions...TxtLoadOptions 实例设置 CSV 分隔符。然后使用 Workbook 类,将使用提供的 TxtLoadOptions 加载...

    kb.aspose.com/zh/cells/python/how-to-convert-cs...